bstraehle commited on
Commit
0cf28f2
·
1 Parent(s): 75de422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ demo = gr.Interface(fn = invoke,
79
  gr.Textbox(label = "Prompt", lines = 1, value = "What is today's date?"),
80
  gr.Radio([AGENT_OFF, AGENT_ON], label = "Use Agent", value = AGENT_OFF)],
81
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
82
- title = "Generative AI - LLM & Agent",
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]],
 
79
  gr.Textbox(label = "Prompt", lines = 1, value = "What is today's date?"),
80
  gr.Radio([AGENT_OFF, AGENT_ON], label = "Use Agent", value = AGENT_OFF)],
81
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
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]],