jayasuriyaK commited on
Commit
a2eb48b
1 Parent(s): 8a9ee62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,7 +105,7 @@ if uploaded_file is not None:
105
  print(predictions[0][0],predictions[0][1])
106
  if predictions[0][0]>predictions[0][1]:
107
  print('safe')
108
- st.success('Safe for Work')
109
  else:
110
  print('Not safe')
111
- st.success('Not Safe for Work')
 
105
  print(predictions[0][0],predictions[0][1])
106
  if predictions[0][0]>predictions[0][1]:
107
  print('safe')
108
+ st.write('Safe for Work')
109
  else:
110
  print('Not safe')
111
+ st.write('Not Safe for Work')