Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks() as demo:
|
|
122 |
value=0.01,
|
123 |
)
|
124 |
|
125 |
-
chatbot = gr.Chatbot()
|
126 |
with gr.Row():
|
127 |
msg = gr.Textbox(
|
128 |
container=False,
|
|
|
122 |
value=0.01,
|
123 |
)
|
124 |
|
125 |
+
chatbot = gr.Chatbot(show_copy_button=True, show_share_button=True, )
|
126 |
with gr.Row():
|
127 |
msg = gr.Textbox(
|
128 |
container=False,
|