Geek7 commited on
Commit
4bf6a3b
·
verified ·
1 Parent(s): f1cfffd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=false),
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,