jayasuriyaK commited on
Commit
a3d65e2
·
verified ·
1 Parent(s): e719529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -106,8 +106,6 @@ if uploaded_file is not None:
106
  if predictions[0][0]>predictions[0][1]:
107
  print('safe')
108
  st.write('Safe for Work')
109
- st.text_area("The given content has", "SFW")
110
  else:
111
  print('Not safe')
112
- st.write('Not Safe for Work')
113
- st.text_area("The given content is", "NSFW")
 
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')