Omnibus commited on
Commit
d2091db
·
1 Parent(s): 8a5a1ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -182,7 +182,8 @@ examples =[
182
  app = gr.ChatInterface(
183
  fn=summarize,
184
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
185
- title="Mixtral 46.7B Powered <br> Search",
 
186
  examples=examples,
187
  concurrency_limit=20,
188
  )
 
182
  app = gr.ChatInterface(
183
  fn=summarize,
184
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
185
+ title="<center>Mixtral 8x7B TLDR",
186
+ description="<center>Summarize Lengthy data with<br>Mixtral 8x7B",
187
  examples=examples,
188
  concurrency_limit=20,
189
  )