Spaces:
Running
Running
Update app.py
Browse files
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 =
|
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"])
|