Johnny Lee commited on
Commit
4c15e86
·
1 Parent(s): 994ebd7

turn off community share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -561,7 +561,7 @@ with gr.Blocks(
561
  value=config.default_case_option,
562
  multiselect=False,
563
  )
564
- chatbot = gr.Chatbot(label="ChatBot")
565
  with gr.Row():
566
  input_message = gr.Textbox(
567
  placeholder="Send a message.",
 
561
  value=config.default_case_option,
562
  multiselect=False,
563
  )
564
+ chatbot = gr.Chatbot(label="ChatBot", show_share_button=False)
565
  with gr.Row():
566
  input_message = gr.Textbox(
567
  placeholder="Send a message.",