Update app.py
Browse files
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!")
|