Hongyin Luo commited on
Commit
f4fe9f6
·
1 Parent(s): 7548e50

add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ gradio_io = gr.ChatInterface(
27
  "How are NLP and Robotics researchers collaborating?"
28
  ],
29
  autofocus = False,
30
- fill_height = True,
31
  undo_btn = None
32
  )
33
  gradio_io.launch()
 
27
  "How are NLP and Robotics researchers collaborating?"
28
  ],
29
  autofocus = False,
30
+ fill_height = False,
31
  undo_btn = None
32
  )
33
  gradio_io.launch()