eaglelandsonce commited on
Commit
4d6e442
1 Parent(s): d30067e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -634,12 +634,9 @@ with gr.Blocks() as demo:
634
  end_date = gr.Textbox(datetime.datetime.now().date(), label="End Date")
635
 
636
  with gr.Row():
637
- tickers_string = gr.Textbox("MA,META,V,AMZN,JPM,BA",
638
  label='Enter all stock tickers to be included in portfolio separated \
639
- by commas WITHOUT spaces, e.g. "MA,META,V,AMZN,JPM,BA"')
640
-
641
- print("printing sticker string")
642
- print(tickers_string)
643
  btn = gr.Button("Get Optimized Portfolio")
644
 
645
  with gr.Row():
 
634
  end_date = gr.Textbox(datetime.datetime.now().date(), label="End Date")
635
 
636
  with gr.Row():
637
+ tickers_string = gr.Textbox("AAPL,AMZN,TSLA,NVDA,GOOGL,MSFT,NFLX,V,MA,CRM",
638
  label='Enter all stock tickers to be included in portfolio separated \
639
+ by commas WITHOUT spaces, e.g. "AAPL,AMZN,TSLA,NVDA,GOOGL,MSFT,NFLX,V,MA,CRM"')
 
 
 
640
  btn = gr.Button("Get Optimized Portfolio")
641
 
642
  with gr.Row():