Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|