Puree commited on
Commit
73c52a6
1 Parent(s): fb49a86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,6 +31,6 @@ def main():
31
  "Month": [Month],
32
  "PIPE DIAM": [pipe_diam]}))
33
  str_result = str(result)
34
- st.success("Water usage predict value:"+str_result)
35
  if __name__ == '__main__':
36
  main()
 
31
  "Month": [Month],
32
  "PIPE DIAM": [pipe_diam]}))
33
  str_result = str(result)
34
+ st.success("Water usage predict value:"+str_result+"cubic meters")
35
  if __name__ == '__main__':
36
  main()