Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -360,6 +360,7 @@ def run(purpose,history):
|
|
360 |
|
361 |
|
362 |
examples =[
|
|
|
363 |
"What is the current weather in Florida?",
|
364 |
"Find breaking news about Texas",
|
365 |
"Find the best deals on flippers for scuba diving",
|
@@ -370,7 +371,7 @@ examples =[
|
|
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="Mixtral 46.7B Powered <br>
|
374 |
examples=examples,
|
375 |
concurrency_limit=20,
|
376 |
).launch()
|
|
|
360 |
|
361 |
|
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",
|
|
|
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="Mixtral 46.7B Powered <br> Financial* <br>*AI is not a Financial Advisor ",
|
375 |
examples=examples,
|
376 |
concurrency_limit=20,
|
377 |
).launch()
|