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