jiawenchim commited on
Commit
a2bbcb5
1 Parent(s): a0c239f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,8 +102,8 @@ weather_predictor_app = gr.Interface(fn=predict_energy,
102
  title = "Energy Consumption Prediction (London)",
103
  description="Enter parameters using sliders provided to predict the weather.",
104
  theme = "darkhuggingface",
105
- css="footer {visibility: hidden}",
106
- flagging_callback=hf_writer
107
  )
108
 
109
  weather_predictor_app.launch()
 
102
  title = "Energy Consumption Prediction (London)",
103
  description="Enter parameters using sliders provided to predict the weather.",
104
  theme = "darkhuggingface",
105
+ css="footer {visibility: hidden}"
106
+ # flagging_callback=hf_writer
107
  )
108
 
109
  weather_predictor_app.launch()