sihar commited on
Commit
84357b6
1 Parent(s): 4350ab2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -49,6 +49,7 @@ if st.button('Predict'):
49
  prediction = 'Live'
50
 
51
  st.write('Based on user input, predicted: ')
 
52
 
53
 
54
 
 
49
  prediction = 'Live'
50
 
51
  st.write('Based on user input, predicted: ')
52
+ st.write(prediction)
53
 
54
 
55