Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ demo = gr.Interface(fn = invoke,
|
|
46 |
gr.Textbox(label = "Initial Capital", value=1000, lines = 1),
|
47 |
gr.Textbox(label = "Risk Tolerance", value="Medium", lines = 1),
|
48 |
gr.Textbox(label = "Trading Strategy Preference", value="Day Trading", lines = 1),
|
49 |
-
gr.Checkbox(label = "News Impact Consideration", value=True
|
50 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
51 |
title = "Agentic RAG: Financial Analysis",
|
52 |
description = description)
|
|
|
46 |
gr.Textbox(label = "Initial Capital", value=1000, lines = 1),
|
47 |
gr.Textbox(label = "Risk Tolerance", value="Medium", lines = 1),
|
48 |
gr.Textbox(label = "Trading Strategy Preference", value="Day Trading", lines = 1),
|
49 |
+
gr.Checkbox(label = "News Impact Consideration", value=True)],
|
50 |
outputs = [gr.Textbox(label = "Output", lines = 1)],
|
51 |
title = "Agentic RAG: Financial Analysis",
|
52 |
description = description)
|