shukdevdatta123 commited on
Commit
47d9540
·
verified ·
1 Parent(s): 0c94523

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ def create_interface(site_content):
203
  type="password"
204
  )
205
 
206
- chatbot = gr.Chatbot(height=500)
207
  msg = gr.Textbox(label="Ask a question about InnovativeSkills Bangladesh")
208
 
209
  # Container for site content (hidden from UI)
 
203
  type="password"
204
  )
205
 
206
+ chatbot = gr.Chatbot(height=500, show_copy_button=True)
207
  msg = gr.Textbox(label="Ask a question about InnovativeSkills Bangladesh")
208
 
209
  # Container for site content (hidden from UI)