Omnibus commited on
Commit
917f3b4
·
1 Parent(s): 7be6bd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ def clear_fn():
261
  return "",[(None,None)]
262
 
263
  with gr.Blocks() as app:
264
- gr.HTML("""<center><h1>Mixtral 8x7B TLDR Summarizer</h1><h3>Summarize Data of unlimited length</h3>""")
265
  chatbot = gr.Chatbot()
266
  with gr.Row():
267
  with gr.Column(scale=3):
 
261
  return "",[(None,None)]
262
 
263
  with gr.Blocks() as app:
264
+ gr.HTML("""<center><h1>Mixtral 8x7B TLDR Summarizer + Web</h1><h3>Summarize Data of unlimited length</h3>""")
265
  chatbot = gr.Chatbot()
266
  with gr.Row():
267
  with gr.Column(scale=3):