AVGO error (#47)
Browse files- AVGO error (dd0c757ec7d6dd5c433122f6c1aa741820b7d791)
Co-authored-by: Vi Koi Nguyen <Yim-Koi@users.noreply.huggingface.co>
app.py
CHANGED
@@ -54,7 +54,7 @@ def get_choices():
|
|
54 |
choices = {}
|
55 |
#tab1, tab2, tab3, tab4, tab5 = st.tabs(["Tickers", "Quantity", "Benchmark","Risk Free Return","Risk Aversion"])
|
56 |
|
57 |
-
tickers = st.sidebar.text_input('Enter stock tickers.', 'GOOG,AA,
|
58 |
|
59 |
# Set the weights
|
60 |
weights_str = st.sidebar.text_input('Enter the investment quantities', '50,30,25,25')
|
|
|
54 |
choices = {}
|
55 |
#tab1, tab2, tab3, tab4, tab5 = st.tabs(["Tickers", "Quantity", "Benchmark","Risk Free Return","Risk Aversion"])
|
56 |
|
57 |
+
tickers = st.sidebar.text_input('Enter stock tickers.', 'GOOG,AA,AVGO,AMD')
|
58 |
|
59 |
# Set the weights
|
60 |
weights_str = st.sidebar.text_input('Enter the investment quantities', '50,30,25,25')
|