Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -382,12 +382,12 @@ def run(purpose,history,key_inp):
|
|
382 |
with gr.Blocks() as app:
|
383 |
|
384 |
|
385 |
-
examples =[
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
]
|
391 |
key_inp=gr.Textbox()
|
392 |
add_in=[key_inp]
|
393 |
gr.ChatInterface(
|
|
|
382 |
with gr.Blocks() as app:
|
383 |
|
384 |
|
385 |
+
examples =[
|
386 |
+
"Research the Amazon Company financials to determine if buying their stock today is a good investment",
|
387 |
+
"What is the current weather in Florida?",
|
388 |
+
"Find the best deals on flippers for scuba diving",
|
389 |
+
"Teach me to fly a helicopter",
|
390 |
+
]
|
391 |
key_inp=gr.Textbox()
|
392 |
add_in=[key_inp]
|
393 |
gr.ChatInterface(
|