Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def main():
|
|
32 |
"Month": [Month],
|
33 |
"PIPE DIAM": [pipe_diam]}))
|
34 |
# Show prediction
|
35 |
-
st.success("Water usage predict value:"
|
36 |
if __name__ == '__main__':
|
37 |
main()
|
38 |
# Run main()
|
|
|
32 |
"Month": [Month],
|
33 |
"PIPE DIAM": [pipe_diam]}))
|
34 |
# Show prediction
|
35 |
+
st.success("Water usage predict value:"+result)
|
36 |
if __name__ == '__main__':
|
37 |
main()
|
38 |
# Run main()
|