Spaces:
Running
Running
Update app.py
Browse files
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 |
|