YC-Chen commited on
Commit
b144cca
1 Parent(s): 06a2a47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks() as demo:
122
  value=0.01,
123
  )
124
 
125
- chatbot = gr.Chatbot()
126
  with gr.Row():
127
  msg = gr.Textbox(
128
  container=False,
 
122
  value=0.01,
123
  )
124
 
125
+ chatbot = gr.Chatbot(show_copy_button=True, show_share_button=True, )
126
  with gr.Row():
127
  msg = gr.Textbox(
128
  container=False,