rickxzo commited on
Commit
44df7ce
·
verified ·
1 Parent(s): 11014e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- print("LABEL_2 : Positive\nLABEL_1 : Negative")
 
 
 
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")