tree3po commited on
Commit
b7a4f9b
·
verified ·
1 Parent(s): b5e2cf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -382,12 +382,12 @@ def run(purpose,history,key_inp):
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(
 
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(