Rosehu commited on
Commit
39eab2b
·
verified ·
1 Parent(s): 996f882

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# 🏦 HedgeFund Multi-Agent System\nMaximize portfolio returns (beginner-friendly).")
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)