Lirsen Myrtaj wborders commited on
Commit
abfd986
·
1 Parent(s): 331f403

Updates to benchmark and investing_style choices input (#40)

Browse files

- Updates to benchmark and investing_style choices input (942584d788c5faf67eef0b084d2470a7d22241aa)


Co-authored-by: Warren Borders <wborders@users.noreply.huggingface.co>

Files changed (1) hide show
  1. ef.py +1 -1
ef.py CHANGED
@@ -14,7 +14,7 @@ def ef_viz(stock_df,choices):
14
  #st.write("EF Visualization KOI EDITS")
15
  # st.header('CAPM Model and the Efficient Frontier')
16
 
17
- symbols, weights, investing_style, benchmark, rf, A_coef, benchmark, investing_style = choices.values()
18
  tickers = symbols
19
 
20
  #tickers.append('sp500')
 
14
  #st.write("EF Visualization KOI EDITS")
15
  # st.header('CAPM Model and the Efficient Frontier')
16
 
17
+ symbols, weights, benchmark, investing_style, rf, A_coef = choices.values()
18
  tickers = symbols
19
 
20
  #tickers.append('sp500')