bstraehle commited on
Commit
e0dfebf
·
verified ·
1 Parent(s): 8ff0bfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ demo = gr.Interface(fn = invoke,
41
  gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
42
  gr.Textbox(label = "Topic", value="Agentic Retrieval-Augmented Generation", lines = 1)],
43
  outputs = [gr.Textbox(label = "Output", lines = 1)],
44
- title = "Agentic RAG: Write Blog Post",
45
  description = description)
46
 
47
  demo.launch()
 
41
  gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
42
  gr.Textbox(label = "Topic", value="Agentic Retrieval-Augmented Generation", lines = 1)],
43
  outputs = [gr.Textbox(label = "Output", lines = 1)],
44
+ title = "Agentic Retrieval-Augmented Generation: Financial Analysis",
45
  description = description)
46
 
47
  demo.launch()