bstraehle commited on
Commit
3099d5b
1 Parent(s): 0fae81b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ gr.close_all()
21
 
22
  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 Advanced RAG to Agentic RAG", lines = 1)],
25
  outputs = [gr.Textbox(label = "Output", lines = 1)],
26
  title = "Agentic RAG: LinkedIn Post Generation",
27
  description = os.environ["DESCRIPTION"])
 
21
 
22
  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 Advanced RAG to Agentic RAG", lines = 2)],
25
  outputs = [gr.Textbox(label = "Output", lines = 1)],
26
  title = "Agentic RAG: LinkedIn Post Generation",
27
  description = os.environ["DESCRIPTION"])