Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
| 26 |
-
ForecastWindProduction = st.number_input("
|
| 27 |
-
SystemLoadEA = st.number_input("
|
| 28 |
-
Smpea = st.number_input("
|
| 29 |
-
ORKWindspeed = st.number_input("
|
| 30 |
-
CO2Intensity = st.number_input("
|
| 31 |
-
ActualWindProduction = st.number_input("Actual
|
| 32 |
-
SystemLoadEP2 = st.number_input("
|
| 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 |
|