Anustup commited on
Commit
923401d
·
1 Parent(s): 3718635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ additional_inputs=[
140
 
141
  gr.ChatInterface(
142
  fn=run_chat_in_all_cases,
143
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
144
  additional_inputs=additional_inputs,
145
  title="Mentor Mode",
146
  concurrency_limit=20,
 
140
 
141
  gr.ChatInterface(
142
  fn=run_chat_in_all_cases,
143
+ chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
144
  additional_inputs=additional_inputs,
145
  title="Mentor Mode",
146
  concurrency_limit=20,