broadfield commited on
Commit
efed85f
·
verified ·
1 Parent(s): e9fa09c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ examples=[["Write a simple working game in HTML5", agents[0], None, None, None,
147
 
148
  gr.ChatInterface(
149
  fn=generate,
150
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
151
  additional_inputs=additional_inputs,
152
  title="Mixtral 46.7B",
153
  examples=examples,
 
147
 
148
  gr.ChatInterface(
149
  fn=generate,
150
+ chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
151
  additional_inputs=additional_inputs,
152
  title="Mixtral 46.7B",
153
  examples=examples,