Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ gr.close_all()
|
|
30 |
demo = gr.Interface(fn = invoke,
|
31 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
32 |
gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
|
33 |
-
gr.Textbox(label = "Topic", value="Agentic
|
34 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
35 |
title = "Agentic RAG: Write Blog Post",
|
36 |
description = description)
|
|
|
30 |
demo = gr.Interface(fn = invoke,
|
31 |
inputs = [gr.Textbox(label = "OpenAI API Key", type = "password", lines = 1),
|
32 |
gr.Textbox(label = "Serper API Key", type = "password", lines = 1),
|
33 |
+
gr.Textbox(label = "Topic", value="Agentic Retrieval-Augmented Generation", lines = 1)],
|
34 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
35 |
title = "Agentic RAG: Write Blog Post",
|
36 |
description = description)
|