Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +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, hour, after_10_min)
|
91 |
|
92 |
historical_forecast=load_GitHub(github_token, 'Historical_forecast.csv')
|
|
|
87 |
github_token = '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'
|
88 |
|
89 |
if github_token:
|
90 |
+
hour, after_10_min=get_current_time()
|
91 |
forecast_dict = load_forecast(github_token, hour, after_10_min)
|
92 |
|
93 |
historical_forecast=load_GitHub(github_token, 'Historical_forecast.csv')
|