Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ result = toxic_model(input)
|
|
15 |
|
16 |
# Display the result
|
17 |
st.write("Tweet:", input)
|
18 |
-
st.write("
|
|
|
19 |
|
20 |
|
|
|
15 |
|
16 |
# Display the result
|
17 |
st.write("Tweet:", input)
|
18 |
+
st.write("label:", result[0]['label'])
|
19 |
+
st.write("score:", result[0]['score'])
|
20 |
|
21 |
|