Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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__':
|