ayoni02 commited on
Commit
1d002bd
·
1 Parent(s): 4448fe7

made edits

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,8 +21,9 @@ def main():
21
  st.write(results['labels'][:3])
22
  st.write(results['scores'][:3])
23
  if results['labels'][0] != "NEUTRAL":
24
- st.write(f"This post is considered {results['labels'][0]}, Please review you work")
25
  else:
26
  st.write("Please enter some text to classify")
 
27
 
28
  main()
 
21
  st.write(results['labels'][:3])
22
  st.write(results['scores'][:3])
23
  if results['labels'][0] != "NEUTRAL":
24
+ st.write(f"This post is considered {results['labels'][0]}, Please review you words")
25
  else:
26
  st.write("Please enter some text to classify")
27
+ st.write("")
28
 
29
  main()