Update app.py
Browse files
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="
|
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")
|