Spaces:
Sleeping
Sleeping
Changed spelling error in file
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ model_option = st.sidebar.selectbox(
|
|
23 |
# Button to load predictions
|
24 |
if st.sidebar.button('Get Predictions'):
|
25 |
filename_map = {'LSTM': 'results/LSTM_predictions-final.csv',
|
26 |
-
'RNN': 'results/
|
27 |
'Prophet': 'results/Prophet_predictions.csv'}
|
28 |
|
29 |
predictions = load_predictions(filename_map[model_option])
|
|
|
23 |
# Button to load predictions
|
24 |
if st.sidebar.button('Get Predictions'):
|
25 |
filename_map = {'LSTM': 'results/LSTM_predictions-final.csv',
|
26 |
+
'RNN': 'results/RNN_predictions-final.csv',
|
27 |
'Prophet': 'results/Prophet_predictions.csv'}
|
28 |
|
29 |
predictions = load_predictions(filename_map[model_option])
|