niks-salodkar commited on
Commit
3a8d08b
1 Parent(s): 0c37b3a

updated message

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,5 +46,5 @@ if predict_clicked:
46
  which_button = st.session_state['which_button']
47
  if which_button == 'sample_button':
48
  predictions = get_predictions(sample_image)
49
- st.markdown('**The model predictions along with their probabilities are :**')
50
- st.write(predictions)
 
46
  which_button = st.session_state['which_button']
47
  if which_button == 'sample_button':
48
  predictions = get_predictions(sample_image)
49
+ st.markdown('**The model prediction is :**')
50
+ st.write(predictions)