Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ gr.close_all()
|
|
24 |
|
25 |
demo = gr.Interface(fn = invoke,
|
26 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
27 |
-
gr.Textbox(label = "Topic", value="Agentic RAG", lines = 1)]
|
28 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
29 |
title = "Agentic RAG: Research Write Article",
|
30 |
description = description)
|
|
|
24 |
|
25 |
demo = gr.Interface(fn = invoke,
|
26 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
27 |
+
gr.Textbox(label = "Topic", value="Agentic RAG", lines = 1)],
|
28 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
29 |
title = "Agentic RAG: Research Write Article",
|
30 |
description = description)
|