ysharma HF staff commited on
Commit
219e9a5
1 Parent(s): 0d32b2e

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -0
app_dialogue.py CHANGED
@@ -314,6 +314,7 @@ textbox = gr.Textbox(
314
  visible=True,
315
  container=False,
316
  label="Text input",
 
317
  )
318
  with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
319
  gr.HTML("""<h1 align="center">🐶 IDEFICS Playground - EMBARGO UNTIL AUGUST 22ND</h1>""") # TODO remove embargo
 
314
  visible=True,
315
  container=False,
316
  label="Text input",
317
+ scale = 6
318
  )
319
  with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
320
  gr.HTML("""<h1 align="center">🐶 IDEFICS Playground - EMBARGO UNTIL AUGUST 22ND</h1>""") # TODO remove embargo