mmmapms commited on
Commit
272686d
·
verified ·
1 Parent(s): 33fccb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from io import StringIO
7
  import base64
8
 
9
 
10
- @st.cache
11
  def load_data_predictions(github_token):
12
 
13
  url = 'https://api.github.com/repos/mmmapms/Forecast_DAM_V2/contents/Predictions.csv'
 
7
  import base64
8
 
9
 
10
+ @st.cache_data
11
  def load_data_predictions(github_token):
12
 
13
  url = 'https://api.github.com/repos/mmmapms/Forecast_DAM_V2/contents/Predictions.csv'