ysharma HF staff commited on
Commit
5f3423c
1 Parent(s): ba10e05

QOL update for textbox label and gr.examples

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -0
app_dialogue.py CHANGED
@@ -441,6 +441,7 @@ textbox = gr.Textbox(
441
  ),
442
  visible=True,
443
  container=False,
 
444
  )
445
  with gr.Blocks(title="IDEFICS", theme=gr.themes.Base()) as demo:
446
  # state = gr.State()
 
441
  ),
442
  visible=True,
443
  container=False,
444
+ label="User Input"
445
  )
446
  with gr.Blocks(title="IDEFICS", theme=gr.themes.Base()) as demo:
447
  # state = gr.State()