rscolati commited on
Commit
b86e2b1
1 Parent(s): d98ce6f

Upload 3 files

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