mmmapms commited on
Commit
8280254
·
verified ·
1 Parent(s): 66f645e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ def load_data_predictions(github_token):
11
 
12
  url = 'https://api.github.com/repos/mmmapms/Forecast_DAM_V2/contents/Predictions.csv'
13
  headers = {'Authorization': f'token {github_token}'}
14
-
15
 
16
  response = requests.get(url, headers=headers)
17
 
 
11
 
12
  url = 'https://api.github.com/repos/mmmapms/Forecast_DAM_V2/contents/Predictions.csv'
13
  headers = {'Authorization': f'token {github_token}'}
 
14
 
15
  response = requests.get(url, headers=headers)
16