Update app.py
Browse files
app.py
CHANGED
|
@@ -290,7 +290,7 @@ def gradio_run(goal, start_money, risk_level, assets, frequency, start_date):
|
|
| 290 |
return out["markdown_preview"], out["markdown_path"], out["json_path"]
|
| 291 |
|
| 292 |
with gr.Blocks(title="HedgeFund Multi-Agent System") as demo_ui:
|
| 293 |
-
gr.Markdown("#
|
| 294 |
with gr.Row():
|
| 295 |
goal = gr.Textbox(label="Your Investment Goal", placeholder="Grow my portfolio safely over 5 days", lines=2)
|
| 296 |
start_money = gr.Number(label="Starting Money ($)", value=10000)
|
|
|
|
| 290 |
return out["markdown_preview"], out["markdown_path"], out["json_path"]
|
| 291 |
|
| 292 |
with gr.Blocks(title="HedgeFund Multi-Agent System") as demo_ui:
|
| 293 |
+
gr.Markdown("# HedgeFund Multi-Agent System")
|
| 294 |
with gr.Row():
|
| 295 |
goal = gr.Textbox(label="Your Investment Goal", placeholder="Grow my portfolio safely over 5 days", lines=2)
|
| 296 |
start_money = gr.Number(label="Starting Money ($)", value=10000)
|