Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,6 @@ demo = gr.Interface(
|
|
145 |
title = "SE3 Electricity Day-Ahead Price Prediction",
|
146 |
description ="SE3 Electricity Day-Ahead Price Prediction, based on electricity production, generation and temperature",
|
147 |
allow_flagging = "never",
|
148 |
-
inputs = [],
|
149 |
outputs = [
|
150 |
gr.DataFrame(x="datetime", y="Price prediction [EUR/MWh]")
|
151 |
# gr.Textbox(label="Date"),
|
@@ -157,11 +156,3 @@ demo = gr.Interface(
|
|
157 |
)
|
158 |
|
159 |
demo.launch()
|
160 |
-
|
161 |
-
|
162 |
-
# TODO: we have only the demand predictions for two days ago, so we have two options
|
163 |
-
# - skip EIA demand forecast (no comparison)
|
164 |
-
# - show prediction for two days ago
|
165 |
-
# TODO: allow custom date/temp input (default to today)?
|
166 |
-
# TODO: have done some versioning mess (see reqs file)
|
167 |
-
|
|
|
145 |
title = "SE3 Electricity Day-Ahead Price Prediction",
|
146 |
description ="SE3 Electricity Day-Ahead Price Prediction, based on electricity production, generation and temperature",
|
147 |
allow_flagging = "never",
|
|
|
148 |
outputs = [
|
149 |
gr.DataFrame(x="datetime", y="Price prediction [EUR/MWh]")
|
150 |
# gr.Textbox(label="Date"),
|
|
|
156 |
)
|
157 |
|
158 |
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|