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