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