Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,6 +117,8 @@ def conformal_predictions(data):
|
|
117 |
# Main layout of the app
|
118 |
col1, col2 = st.columns([5, 2]) # Adjust the ratio to better fit your layout needs
|
119 |
with col1:
|
|
|
|
|
120 |
st.title("Belgium: Electricity Price Forecasting")
|
121 |
|
122 |
with col2:
|
|
|
117 |
# Main layout of the app
|
118 |
col1, col2 = st.columns([5, 2]) # Adjust the ratio to better fit your layout needs
|
119 |
with col1:
|
120 |
+
st.markdown("**⚠️ Data discrepancies detected from the ENTSO-E Transparency Platform API. Forecasts will be updated as soon as this is resolved.**")
|
121 |
+
|
122 |
st.title("Belgium: Electricity Price Forecasting")
|
123 |
|
124 |
with col2:
|