bstraehle commited on
Commit
466847b
·
verified ·
1 Parent(s): d733788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ gr.close_all()
20
 
21
  demo = gr.Interface(fn = invoke,
22
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
23
- gr.Textbox(label = "Input", value="Fetch the USA's GDP over the past 5 years, then draw a line graph of it. Once you code it up, finish.", lines = 1)],
24
  outputs = [gr.Textbox(label = "Output", value="TODO")],
25
  title = "Multi-Agent RAG: Chart Generation",
26
  description = os.environ["DESCRIPTION"])
 
20
 
21
  demo = gr.Interface(fn = invoke,
22
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
23
+ gr.Textbox(label = "Input", value="Code hello world and print it to the terminal", lines = 1)],
24
  outputs = [gr.Textbox(label = "Output", value="TODO")],
25
  title = "Multi-Agent RAG: Chart Generation",
26
  description = os.environ["DESCRIPTION"])