JustHuggingFaces commited on
Commit
1c48300
·
verified ·
1 Parent(s): 76e5484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -19,6 +19,6 @@ if st.button("Classify"):
19
  spam = "LABEL_1"
20
  ham = "LABEL_0"
21
  for result in results:
22
- if result['label'] == spam:
23
- #st.write("Text:", text)
24
- st.write("Label: Spam")
 
19
  spam = "LABEL_1"
20
  ham = "LABEL_0"
21
  for result in results:
22
+ if result['label'] == spam:
23
+ #st.write("Text:", text)
24
+ st.write("Label: Spam")