Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ def respond(message, history):
|
|
208 |
# Create the Gradio interface
|
209 |
demo = gr.ChatInterface(
|
210 |
fn=respond,
|
211 |
-
chatbot=gr.Chatbot(layout="panel",show_share_button=
|
212 |
textbox=gr.MultimodalTextbox(),
|
213 |
multimodal=True,
|
214 |
concurrency_limit=200,
|
|
|
208 |
# Create the Gradio interface
|
209 |
demo = gr.ChatInterface(
|
210 |
fn=respond,
|
211 |
+
chatbot=gr.Chatbot(layout="panel",show_share_button=False),
|
212 |
textbox=gr.MultimodalTextbox(),
|
213 |
multimodal=True,
|
214 |
concurrency_limit=200,
|