mmmapms commited on
Commit
e09fb20
·
verified ·
1 Parent(s): d709518

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def simplify_model_names_in_index(df):
87
  github_token = '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'
88
 
89
  if github_token:
90
- forecast_dict = load_forecast(github_token)
91
 
92
  historical_forecast=load_GitHub(github_token, 'Historical_forecast.csv')
93
 
 
87
  github_token = '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'
88
 
89
  if github_token:
90
+ forecast_dict = load_forecast(github_token, hour, after_10_min)
91
 
92
  historical_forecast=load_GitHub(github_token, 'Historical_forecast.csv')
93