MarziehFadaee commited on
Commit
fbdb327
1 Parent(s): d0e1f40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
91
 
92
  with gr.Column():
93
  with gr.Row():
94
- chatbot = gr.Chatbot(show_label=False)
95
 
96
  with gr.Row():
97
  user_message = gr.Textbox(lines=1, placeholder="Ask anything ...", label="Input", show_label=False)
 
91
 
92
  with gr.Column():
93
  with gr.Row():
94
+ chatbot = gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True)
95
 
96
  with gr.Row():
97
  user_message = gr.Textbox(lines=1, placeholder="Ask anything ...", label="Input", show_label=False)