ysharma HF staff commited on
Commit
b0e1307
1 Parent(s): e1be6e9

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +2 -1
app_dialogue.py CHANGED
@@ -365,6 +365,7 @@ textbox = gr.Textbox(
365
  visible=True,
366
  container=False,
367
  label="Text input",
 
368
  )
369
  with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
370
  gr.HTML("""<h1 align="center">🐶 IDEFICS Playground - EMBARGO UNTIL AUGUST 22ND</h1>""") # TODO remove embargo
@@ -447,7 +448,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
447
  with gr.Group():
448
  with gr.Row():
449
  textbox.render()
450
- with gr.Row():
451
  submit_btn = gr.Button(value="▶️ Submit", visible=True)
452
  clear_btn = gr.ClearButton([textbox, imagebox, chatbot], value="🧹 Clear")
453
  regenerate_btn = gr.Button(value="🔄 Regenerate", visible=True)
 
365
  visible=True,
366
  container=False,
367
  label="Text input",
368
+ scale=6
369
  )
370
  with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
371
  gr.HTML("""<h1 align="center">🐶 IDEFICS Playground - EMBARGO UNTIL AUGUST 22ND</h1>""") # TODO remove embargo
 
448
  with gr.Group():
449
  with gr.Row():
450
  textbox.render()
451
+ #with gr.Row():
452
  submit_btn = gr.Button(value="▶️ Submit", visible=True)
453
  clear_btn = gr.ClearButton([textbox, imagebox, chatbot], value="🧹 Clear")
454
  regenerate_btn = gr.Button(value="🔄 Regenerate", visible=True)