Spaces:
Build error
Build error
Commit
·
49d29aa
1
Parent(s):
023b1b0
new demo data
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ if true_label == 0:
|
|
62 |
st.write('True Label: hateful')
|
63 |
|
64 |
if predicted_label == 0:
|
65 |
-
st.write('Predicted Label: non-hateful)
|
66 |
-
st.write('Predicted Label: hateful)
|
67 |
|
68 |
st.button('Random Meme')
|
|
|
62 |
st.write('True Label: hateful')
|
63 |
|
64 |
if predicted_label == 0:
|
65 |
+
st.write('Predicted Label: non-hateful')
|
66 |
+
st.write('Predicted Label: hateful')
|
67 |
|
68 |
st.button('Random Meme')
|