aiqtech commited on
Commit
2cd8d3b
·
verified ·
1 Parent(s): be7f66e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ with gr.Blocks() as app:
58
  with gr.Row():
59
  start_date = gr.Textbox("2013-01-01", label="Start Date")
60
  end_date = gr.Textbox(datetime.now().date(), label="End Date")
61
- tickers_string = gr.Textbox("AAPL, MSFT, AMZN", label="Enter tickers separated by comma")
62
  btn = gr.Button("Show Efficient Frontier")
63
 
64
  fig_efficient_frontier = gr.Plot(label="Efficient Frontier")
 
58
  with gr.Row():
59
  start_date = gr.Textbox("2013-01-01", label="Start Date")
60
  end_date = gr.Textbox(datetime.now().date(), label="End Date")
61
+ tickers_string = gr.Textbox("AAPL,MSFT,AMZN", label="Enter tickers separated by comma")
62
  btn = gr.Button("Show Efficient Frontier")
63
 
64
  fig_efficient_frontier = gr.Plot(label="Efficient Frontier")