Puree commited on
Commit
9b66b34
1 Parent(s): ea733c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def main():
30
  result=model.predict(pd.DataFrame({"Land_use": [Land_use],
31
  "User": [User],
32
  "Month": [Month],
33
- "pipe_diam": [pipe_diam],}))
34
  # Show prediction
35
  st.success("Water usage predict value:",result)
36
  if __name__ == '__main__':
 
30
  result=model.predict(pd.DataFrame({"Land_use": [Land_use],
31
  "User": [User],
32
  "Month": [Month],
33
+ "pipe_diam": [pipe_diam]}))
34
  # Show prediction
35
  st.success("Water usage predict value:",result)
36
  if __name__ == '__main__':