aheman20 commited on
Commit
ba5e80b
1 Parent(s): 94fd419

added copy button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ theme = gr.themes.Soft(
51
 
52
 
53
  with gr.Blocks(theme=theme) as demo:
54
- chatbot = gr.Chatbot(label="Talk to the Bot")
55
  msg = gr.Textbox()
56
  clear = gr.Button("Clear")
57
  chat_history = []
 
51
 
52
 
53
  with gr.Blocks(theme=theme) as demo:
54
+ chatbot = gr.Chatbot(label="Talk to the Bot", show_copy_button=True)
55
  msg = gr.Textbox()
56
  clear = gr.Button("Clear")
57
  chat_history = []