bstraehle commited on
Commit
4109f40
·
1 Parent(s): 456689c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ demo = gr.Interface(fn = invoke,
82
  title = "Real-Time Reasoning Application",
83
  description = os.environ["DESCRIPTION"],
84
  examples = [["sk-", "What is today's date?", AGENT_ON],
85
- ["sk-", "What is the weather in Irvine, California? Answer in imperial system.", AGENT_ON]],
86
  cache_examples = False)
87
 
88
  demo.launch()
 
82
  title = "Real-Time Reasoning Application",
83
  description = os.environ["DESCRIPTION"],
84
  examples = [["sk-", "What is today's date?", AGENT_ON],
85
+ ["sk-", "What is the weather in Irvine, California, in imperial system? Suggest activities.", AGENT_ON]],
86
  cache_examples = False)
87
 
88
  demo.launch()