hidevscommunity commited on
Commit
a2c06c5
·
verified ·
1 Parent(s): 528b600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -22,14 +22,14 @@ def app_design():
22
  DayOfWeek = st.number_input("Day Of Week")
23
  WeekOfYear = st.number_input("Week of Year")
24
  Year = st.number_input("Year")
25
- PeriodOfDay = st.number_input("Period of Day")
26
- ForecastWindProduction = st.number_input("Forecast Wind Production")
27
- SystemLoadEA = st.number_input("System Load EA")
28
- Smpea = st.number_input("SMPEA")
29
- ORKWindspeed = st.number_input("ORK Wind Speed")
30
- CO2Intensity = st.number_input("CO2 Intensity")
31
- ActualWindProduction = st.number_input("Actual Wind Production")
32
- SystemLoadEP2 = st.number_input("System Load EP2")
33
 
34
 
35
 
 
22
  DayOfWeek = st.number_input("Day Of Week")
23
  WeekOfYear = st.number_input("Week of Year")
24
  Year = st.number_input("Year")
25
+ PeriodOfDay = st.number_input("Half-hour period of the day")
26
+ ForecastWindProduction = st.number_input("Forecasted wind production")
27
+ SystemLoadEA = st.number_input("Forecasted national load")
28
+ Smpea = st.number_input("Forecasted price")
29
+ ORKWindspeed = st.number_input("Actual windspeed measured")
30
+ CO2Intensity = st.number_input("Actual C02 intensity for the electricity produced")
31
+ ActualWindProduction = st.number_input("Actual wind energy production")
32
+ SystemLoadEP2 = st.number_input("Actual national system load")
33
 
34
 
35