Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,6 @@ def load_data_predictions(github_token):
|
|
47 |
return pd.DataFrame(), pd.DataFrame()
|
48 |
|
49 |
|
50 |
-
st.title("Belgium: Electricity Price Forecasting")
|
51 |
github_token = st.secrets["GitHub_Token_Margarida"]
|
52 |
|
53 |
if github_token:
|
|
|
47 |
return pd.DataFrame(), pd.DataFrame()
|
48 |
|
49 |
|
|
|
50 |
github_token = st.secrets["GitHub_Token_Margarida"]
|
51 |
|
52 |
if github_token:
|