Spaces:
Runtime error
Runtime error
Hongyin Luo
commited on
Commit
·
f4fe9f6
1
Parent(s):
7548e50
add application file
Browse files
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 =
|
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()
|