Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -362,7 +362,6 @@ def run(purpose,history):
|
|
362 |
examples =[
|
363 |
"Research the Amazon Company to determine if buying their stock today is a good investment",
|
364 |
"What is the current weather in Florida?",
|
365 |
-
"Find breaking news about Texas",
|
366 |
"Find the best deals on flippers for scuba diving",
|
367 |
"Teach me to fly a helicopter"
|
368 |
]
|
@@ -371,7 +370,7 @@ examples =[
|
|
371 |
gr.ChatInterface(
|
372 |
fn=run,
|
373 |
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
|
374 |
-
title="<center>Mixtral 46.7B Powered <br>Financial Demo<br>This demo is not a Financial Advisor",
|
375 |
examples=examples,
|
376 |
concurrency_limit=20,
|
377 |
).launch()
|
|
|
362 |
examples =[
|
363 |
"Research the Amazon Company to determine if buying their stock today is a good investment",
|
364 |
"What is the current weather in Florida?",
|
|
|
365 |
"Find the best deals on flippers for scuba diving",
|
366 |
"Teach me to fly a helicopter"
|
367 |
]
|
|
|
370 |
gr.ChatInterface(
|
371 |
fn=run,
|
372 |
chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
|
373 |
+
title="<center>Mixtral 46.7B Powered <br>Financial Demo<br>This demo is not a Financial Advisor</center>",
|
374 |
examples=examples,
|
375 |
concurrency_limit=20,
|
376 |
).launch()
|