Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,4 +13,6 @@ text = st.text_area("Enter some text:")
|
|
| 13 |
if text:
|
| 14 |
out = pipe(text)
|
| 15 |
st.json(out)
|
| 16 |
-
|
|
|
|
|
|
|
|
|
| 13 |
if text:
|
| 14 |
out = pipe(text)
|
| 15 |
st.json(out)
|
| 16 |
+
st.write("### Label Definitions:")
|
| 17 |
+
st.write("- **LABEL_2** : Positive")
|
| 18 |
+
st.write("- **LABEL_1** : Negative")
|