NimaKL commited on
Commit
8dcda59
Β·
1 Parent(s): 52f2be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ if st.button('Load Model'):
73
  text = st.text_input("Enter the text you'd like to analyze for spam.")
74
  if text or st.button('Analyze'):
75
  predict(text)
76
- st.success()
 
73
  text = st.text_input("Enter the text you'd like to analyze for spam.")
74
  if text or st.button('Analyze'):
75
  predict(text)
76
+ st.success("Model Loaded!")