Spaces:
Runtime error
Runtime error
Commit
·
3cc692c
1
Parent(s):
14a6ea8
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks() as demo:
|
|
87 |
"""
|
88 |
)
|
89 |
|
90 |
-
chatbot = gr.Chatbot().style(height=
|
91 |
with gr.Row():
|
92 |
with gr.Column():
|
93 |
msg = gr.Textbox(label="Chat Message Box", placeholder="Chat Message Box",
|
|
|
87 |
"""
|
88 |
)
|
89 |
|
90 |
+
chatbot = gr.Chatbot().style(height=300)
|
91 |
with gr.Row():
|
92 |
with gr.Column():
|
93 |
msg = gr.Textbox(label="Chat Message Box", placeholder="Chat Message Box",
|