Puree commited on
Commit
ef0b549
1 Parent(s): e3aaf88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:",result)
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()