JustHuggingFaces commited on
Commit
c00d4c0
1 Parent(s): 5833955

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ if st.button("Classify"):
26
  #st.write("Text:", text)
27
  st.write("Spam!")
28
  #st.write("Label: ", result['label'])
29
- st.image(spam_pic, caption="It's a spam!")
30
  else:
31
  st.write("Ham!")
32
  #st.write("Label: ", result['label'])
 
26
  #st.write("Text:", text)
27
  st.write("Spam!")
28
  #st.write("Label: ", result['label'])
29
+ #st.image(spam_pic, caption="It's a spam!")
30
  else:
31
  st.write("Ham!")
32
  #st.write("Label: ", result['label'])