bstraehle commited on
Commit
27cc418
·
verified ·
1 Parent(s): 2354b19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ demo = gr.Interface(fn = invoke,
23
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
24
  gr.Textbox(label = "Topic", value="Evolution of Retrieval-Augmented Generation from Naive RAG to Agentic RAG", lines = 1)],
25
  outputs = [gr.Textbox(label = "Output", lines = 1)],
26
- title = "Multi-Agent RAG: LinkedIn Post Generation",
27
  description = os.environ["DESCRIPTION"])
28
 
29
  demo.launch()
 
23
  inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
24
  gr.Textbox(label = "Topic", value="Evolution of Retrieval-Augmented Generation from Naive RAG to Agentic RAG", lines = 1)],
25
  outputs = [gr.Textbox(label = "Output", lines = 1)],
26
+ title = "Multi-Agent RAG: Blog Post Generation",
27
  description = os.environ["DESCRIPTION"])
28
 
29
  demo.launch()