bstraehle commited on
Commit
e40b271
1 Parent(s): cf52c52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ gr.close_all()
34
  demo = gr.Interface(fn = invoke,
35
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
36
  gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
37
- gr.Textbox(label = "Topic", value="Evolution of GenAI/LLM/RAG from naive RAG to advanced RAG to agentic RAG.", lines = 1)],
38
  outputs = [gr.Textbox(label = "Output", lines = 1)],
39
  title = "Agentic RAG: LinkedIn Post Generation",
40
  description = description)
 
34
  demo = gr.Interface(fn = invoke,
35
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
36
  gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
37
+ gr.Textbox(label = "Topic", value="Evolution of Retrieval-Augmented Generation from Naive RAG to Advanced RAG to Agentic RAG", lines = 1)],
38
  outputs = [gr.Textbox(label = "Output", lines = 1)],
39
  title = "Agentic RAG: LinkedIn Post Generation",
40
  description = description)