Omnibus commited on
Commit
1898405
·
verified ·
1 Parent(s): e9e3c58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -526,7 +526,7 @@ def zoom_update(inp):
526
  return gr.update()
527
 
528
  with gr.Blocks() as app:
529
- gr.HTML("""<center><h1>Mixtral 8x7B TLDR Summarizer + Web</h1><h3>Summarize Data of unlimited length</h3>""")
530
  chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",show_copy_button=True)
531
  with gr.Row():
532
  with gr.Column(scale=3):
 
526
  return gr.update()
527
 
528
  with gr.Blocks() as app:
529
+ gr.HTML("""<center><h1>Text -to- Chart</h1><h3>Mixtral 8x7B</h3>""")
530
  chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",show_copy_button=True)
531
  with gr.Row():
532
  with gr.Column(scale=3):