ysharma HF staff commited on
Commit
039ac17
1 Parent(s): 0858675

added sharing in chatbot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -390,7 +390,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
390
  gen_image = gr.Image(label="generated image", type="filepath", interactive=False)
391
 
392
  with gr.Row():
393
- chatbot = gr.Chatbot(elem_id='chatbot')
394
 
395
  with gr.Row():
396
  with gr.Column(scale=0.70):
 
390
  gen_image = gr.Image(label="generated image", type="filepath", interactive=False)
391
 
392
  with gr.Row():
393
+ chatbot = gr.Chatbot(elem_id='chatbot', show_share_button=True)
394
 
395
  with gr.Row():
396
  with gr.Column(scale=0.70):