bstraehle commited on
Commit
c2d69f4
·
verified ·
1 Parent(s): 5948d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)