Omnibus commited on
Commit
c5ef786
·
verified ·
1 Parent(s): 3996b5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -375,11 +375,10 @@ examples =[
375
 
376
  gr.ChatInterface(
377
  fn=run,
378
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
379
  title="Mixtral 46.7B Powered <br> Search",
380
  examples=examples,
381
  concurrency_limit=20,
382
- css="height:600px;"
383
  ).launch()
384
  '''
385
  with gr.Blocks() as app:
 
375
 
376
  gr.ChatInterface(
377
  fn=run,
378
+ chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel", height="800px"),
379
  title="Mixtral 46.7B Powered <br> Search",
380
  examples=examples,
381
  concurrency_limit=20,
 
382
  ).launch()
383
  '''
384
  with gr.Blocks() as app: