bstraehle commited on
Commit
a59c615
·
verified ·
1 Parent(s): bb4572c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, lines = 1)],
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)