Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,4 +110,4 @@ if uploaded_file is not None:
|
|
110 |
else:
|
111 |
print('Not safe')
|
112 |
st.write('Not Safe for Work')
|
113 |
-
st.text_area("The given content
|
|
|
110 |
else:
|
111 |
print('Not safe')
|
112 |
st.write('Not Safe for Work')
|
113 |
+
st.text_area("The given content is", "NSFW")
|