Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
257 |
show_label=False,
|
258 |
)
|
259 |
with gr.Row():
|
260 |
-
with gr.
|
261 |
output = gr.Markdown()
|
262 |
chatbot = gr.Chatbot(elem_id="chat-message", label="Chat")
|
263 |
|
|
|
257 |
show_label=False,
|
258 |
)
|
259 |
with gr.Row():
|
260 |
+
with gr.Group():
|
261 |
output = gr.Markdown()
|
262 |
chatbot = gr.Chatbot(elem_id="chat-message", label="Chat")
|
263 |
|