Spaces:
Sleeping
Sleeping
Coder
commited on
Commit
·
f5efb0c
1
Parent(s):
6db287a
initial commit
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from sklearn.metrics import mean_absolute_error, mean_squared_error
|
|
7 |
from prophet.plot import plot_plotly, plot_components_plotly
|
8 |
|
9 |
# List of ticker symbols
|
10 |
-
ticker_symbols = [
|
11 |
|
12 |
# Function to fetch stock data from Yahoo Finance
|
13 |
def fetch_stock_data(ticker_symbol, start_date, end_date):
|
|
|
7 |
from prophet.plot import plot_plotly, plot_components_plotly
|
8 |
|
9 |
# List of ticker symbols
|
10 |
+
ticker_symbols = st.secrets["TICKER_SYMBOLS"].split(",")
|
11 |
|
12 |
# Function to fetch stock data from Yahoo Finance
|
13 |
def fetch_stock_data(ticker_symbol, start_date, end_date):
|