howlbz commited on
Commit
f31f0f6
1 Parent(s): 4a4c69a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def forecast():
29
  return 10
30
 
31
  demo = gr.Interface(
32
- fn=titanic,
33
  title="Air Quality Prediction",
34
  description="Get aqi value",
35
  allow_flagging="never",
 
29
  return 10
30
 
31
  demo = gr.Interface(
32
+ fn=forecast,
33
  title="Air Quality Prediction",
34
  description="Get aqi value",
35
  allow_flagging="never",