Spaces:
Runtime error
Runtime error
Upload 3 files
Browse files
app.py
CHANGED
@@ -61,4 +61,6 @@ demo = gr.Interface(
|
|
61 |
# TODO: we have only the demand predictions for two days ago, so we have two options
|
62 |
# - skip EIA demand forecast (no comparison)
|
63 |
# - show prediction for two days ago
|
|
|
|
|
64 |
demo.launch()
|
|
|
61 |
# TODO: we have only the demand predictions for two days ago, so we have two options
|
62 |
# - skip EIA demand forecast (no comparison)
|
63 |
# - show prediction for two days ago
|
64 |
+
|
65 |
+
# TODO: allow custom date/temp input (default to today)?
|
66 |
demo.launch()
|