Spaces:
Running
Running
Update app.py
Browse files
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():
|