AbyelT commited on
Commit
97b331e
1 Parent(s): 36d3a59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -145,6 +145,7 @@ 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
  outputs = [
149
  gr.DataFrame(x="datetime", y="Price prediction [EUR/MWh]")
150
  # gr.Textbox(label="Date"),
 
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"),