Omnibus commited on
Commit
c751e53
·
verified ·
1 Parent(s): 864e822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -516,7 +516,7 @@ css="""
516
  """
517
 
518
 
519
- with gr.Blocks() as app:
520
  gr.HTML("""<center><h1>Mixtral 8x7B TLDR Summarizer + Web</h1><h3>Summarize Data of unlimited length</h3>""")
521
  chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",show_copy_button=True)
522
  with gr.Row():
 
516
  """
517
 
518
 
519
+ with gr.Blocks(css=css) as app:
520
  gr.HTML("""<center><h1>Mixtral 8x7B TLDR Summarizer + Web</h1><h3>Summarize Data of unlimited length</h3>""")
521
  chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",show_copy_button=True)
522
  with gr.Row():