bstraehle commited on
Commit
d0dbb44
1 Parent(s): 3c19ce7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ gr.close_all()
18
 
19
  demo = gr.Interface(fn = invoke,
20
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
21
- gr.Textbox(label = "Input", value="TODO", lines = 1)],
22
  outputs = [gr.Markdown(label = "Output", value="TODO")],
23
  title = "Multi-Agent RAG: Chart Generation",
24
  description = "TODO")
 
18
 
19
  demo = gr.Interface(fn = invoke,
20
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
21
+ 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)],
22
  outputs = [gr.Markdown(label = "Output", value="TODO")],
23
  title = "Multi-Agent RAG: Chart Generation",
24
  description = "TODO")