Spaces:
Sleeping
Sleeping
jayasuriyaK
commited on
Commit
•
8a9ee62
1
Parent(s):
ebb319e
Update app.py
Browse files
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.
|
109 |
else:
|
110 |
print('Not safe')
|
111 |
-
st.
|
|
|
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')
|