ekansh1 commited on
Commit
4728924
1 Parent(s): b6e16d1

Changed spelling error in file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/rnn_predictions-final.csv',
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])