Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -385,8 +385,8 @@ examples =[
|
|
385 |
"Find the best deals on flippers for scuba diving",
|
386 |
"Teach me to fly a helicopter"
|
387 |
]
|
388 |
-
|
389 |
-
|
390 |
fn=run,
|
391 |
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
|
392 |
title="<center>Mixtral 46.7B Powered <br>Financial Demo<br>This demo is not a Financial Advisor</center>",
|
|
|
385 |
"Find the best deals on flippers for scuba diving",
|
386 |
"Teach me to fly a helicopter"
|
387 |
]
|
388 |
+
with gr.Blocks() as app
|
389 |
+
gr.ChatInterface(
|
390 |
fn=run,
|
391 |
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
|
392 |
title="<center>Mixtral 46.7B Powered <br>Financial Demo<br>This demo is not a Financial Advisor</center>",
|