ysharma HF staff commited on
Commit
ad84f0b
·
verified ·
1 Parent(s): ec11b9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import random
3
  import time
4
 
5
  with gr.Blocks() as demo:
6
- chatbot = gr.Chatbot(type="messages")
7
  msg = gr.Textbox()
8
  clear = gr.ClearButton([msg, chatbot])
9
 
 
3
  import time
4
 
5
  with gr.Blocks() as demo:
6
+ chatbot = gr.Chatbot(type="messages", show_share_button=False)
7
  msg = gr.Textbox()
8
  clear = gr.ClearButton([msg, chatbot])
9