Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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')
|
|