Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -381,7 +381,7 @@ with gr.Blocks() as iface:
|
|
381 |
iface.launch()
|
382 |
'''
|
383 |
with gr.Blocks() as iface:
|
384 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True,
|
385 |
msg = gr.Textbox()
|
386 |
with gr.Row():
|
387 |
submit_b = gr.Button()
|
|
|
381 |
iface.launch()
|
382 |
'''
|
383 |
with gr.Blocks() as iface:
|
384 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel")
|
385 |
msg = gr.Textbox()
|
386 |
with gr.Row():
|
387 |
submit_b = gr.Button()
|