Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
| 91 |
|
| 92 |
with gr.Column():
|
| 93 |
with gr.Row():
|
| 94 |
-
chatbot = gr.Chatbot(show_label=False)
|
| 95 |
|
| 96 |
with gr.Row():
|
| 97 |
user_message = gr.Textbox(lines=1, placeholder="Ask anything ...", label="Input", show_label=False)
|
|
|
|
| 91 |
|
| 92 |
with gr.Column():
|
| 93 |
with gr.Row():
|
| 94 |
+
chatbot = gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True)
|
| 95 |
|
| 96 |
with gr.Row():
|
| 97 |
user_message = gr.Textbox(lines=1, placeholder="Ask anything ...", label="Input", show_label=False)
|