bstraehle commited on
Commit
f2f3bd1
·
verified ·
1 Parent(s): 86db91b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ demo = gr.Interface(
92
  value = "How does current weather in San Francisco and Paris compare in metric and imperial system? Answer in JSON format and include today's date."),
93
  gr.Radio([AGENT_OFF, AGENT_LANGCHAIN, AGENT_LLAMAINDEX], label = "Use Agent", value = AGENT_LANGCHAIN)],
94
  outputs = [gr.Markdown(label = "Completion", value=os.environ["OUTPUT"])],
95
- title = "Real-Time Reasoning Application",
96
  description = os.environ["DESCRIPTION"]
97
  )
98
 
 
92
  value = "How does current weather in San Francisco and Paris compare in metric and imperial system? Answer in JSON format and include today's date."),
93
  gr.Radio([AGENT_OFF, AGENT_LANGCHAIN, AGENT_LLAMAINDEX], label = "Use Agent", value = AGENT_LANGCHAIN)],
94
  outputs = [gr.Markdown(label = "Completion", value=os.environ["OUTPUT"])],
95
+ title = "Agentic Reasoning Application",
96
  description = os.environ["DESCRIPTION"]
97
  )
98