mmmapms commited on
Commit
bab8a32
·
verified ·
1 Parent(s): 44b547b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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: