bstraehle commited on
Commit
42d899c
1 Parent(s): 5ea1475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ gr.close_all()
30
  demo = gr.Interface(fn = invoke,
31
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
32
  gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
33
- gr.Textbox(label = "Topic", value="Agentic RAG", lines = 1)],
34
  outputs = [gr.Textbox(label = "Output", lines = 1)],
35
  title = "Agentic RAG: Write Blog Post",
36
  description = description)
 
30
  demo = gr.Interface(fn = invoke,
31
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
32
  gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
33
+ gr.Textbox(label = "Topic", value="Agentic Retrieval-Augmented Generation", lines = 1)],
34
  outputs = [gr.Textbox(label = "Output", lines = 1)],
35
  title = "Agentic RAG: Write Blog Post",
36
  description = description)