Spaces:
Sleeping
Sleeping
nos
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,8 @@ with gr.Blocks() as demo:
|
|
61 |
with gr.Tab("Chat"):
|
62 |
gr.ChatInterface(
|
63 |
respond
|
|
|
|
|
64 |
)
|
65 |
with gr.Tab("ELS"):
|
66 |
with gr.Row():
|
|
|
61 |
with gr.Tab("Chat"):
|
62 |
gr.ChatInterface(
|
63 |
respond
|
64 |
+
chatbot=gr.Chatbot(height=300),
|
65 |
+
|
66 |
)
|
67 |
with gr.Tab("ELS"):
|
68 |
with gr.Row():
|