Spaces:
Runtime error
Runtime error
Hongyin Luo
commited on
Commit
·
7b5d1f5
1
Parent(s):
bac1b5b
add application file
Browse files
app.py
CHANGED
@@ -27,6 +27,6 @@ gradio_io = gr.ChatInterface(
|
|
27 |
"How are NLP and Robotics researchers collaborating?"
|
28 |
],
|
29 |
autofocus = False,
|
30 |
-
|
31 |
)
|
32 |
gradio_io.launch()
|
|
|
27 |
"How are NLP and Robotics researchers collaborating?"
|
28 |
],
|
29 |
autofocus = False,
|
30 |
+
fill_height = True
|
31 |
)
|
32 |
gradio_io.launch()
|