tdlvjin commited on
Commit
3fb9423
·
verified ·
1 Parent(s): a4cbc98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinera
95
 
96
  gr.ChatInterface(
97
  fn=generate,
98
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
99
  additional_inputs=additional_inputs,
100
  title="Mixtral 46.7B - yeschat.ai",
101
  examples=examples,
 
95
 
96
  gr.ChatInterface(
97
  fn=generate,
98
+ chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True,layout="panel"),
99
  additional_inputs=additional_inputs,
100
  title="Mixtral 46.7B - yeschat.ai",
101
  examples=examples,