bstraehle commited on
Commit
5c154e8
·
1 Parent(s): 2200d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ gr.close_all()
76
 
77
  demo = gr.Interface(fn = invoke,
78
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
79
- gr.Textbox(label = "Prompt", lines = 1, value = "What is the weather in Irvine, California, in imperial system? Suggest activities."),
80
  gr.Radio([AGENT_OFF, AGENT_ON], label = "Use Agent", value = AGENT_ON)],
81
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
82
  title = "Real-Time Reasoning Application",
 
76
 
77
  demo = gr.Interface(fn = invoke,
78
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
79
+ gr.Textbox(label = "Prompt", lines = 1, value = "What is the weather in Irvine, California, in imperial system? Suggest activities for an active person."),
80
  gr.Radio([AGENT_OFF, AGENT_ON], label = "Use Agent", value = AGENT_ON)],
81
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
82
  title = "Real-Time Reasoning Application",