tree3po commited on
Commit
1e0915d
·
verified ·
1 Parent(s): 5df8fde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -369,7 +369,7 @@ examples =[
369
 
370
  gr.ChatInterface(
371
  fn=run,
372
- chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel", height="800px"),
373
  title="Mixtral 46.7B Powered <br> Search",
374
  examples=examples,
375
  concurrency_limit=20,
 
369
 
370
  gr.ChatInterface(
371
  fn=run,
372
+ chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
373
  title="Mixtral 46.7B Powered <br> Search",
374
  examples=examples,
375
  concurrency_limit=20,