bstraehle commited on
Commit
32364e6
·
1 Parent(s): f71deea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(fn = invoke,
77
  title = "Generative AI - LLM & Agent",
78
  description = os.environ["DESCRIPTION"],
79
  examples = [["sk-", "What is today's date?", AGENT_ON],
80
- ["sk-", "What is the weather in Irvine, California? Answer in metric and imperial system.", AGENT_ON]],
81
  cache_examples = False)
82
 
83
  demo.launch()
 
77
  title = "Generative AI - LLM & Agent",
78
  description = os.environ["DESCRIPTION"],
79
  examples = [["sk-", "What is today's date?", AGENT_ON],
80
+ ["sk-", "What is the weather in Irvine, California? Answer in imperial system.", AGENT_ON]],
81
  cache_examples = False)
82
 
83
  demo.launch()