arabmejo commited on
Commit
26cc4a8
1 Parent(s): 5d66961

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ examples=[["Hi", None, None, None, None, None, ],
120
 
121
  gr.ChatInterface(
122
  fn=generate,
123
- chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
124
  additional_inputs=additional_inputs,
125
  title="AmberBot ",
126
  examples=examples,
 
120
 
121
  gr.ChatInterface(
122
  fn=generate,
123
+ chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
124
  additional_inputs=additional_inputs,
125
  title="AmberBot ",
126
  examples=examples,