Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,5 +44,5 @@ if st.button("Check Message"):
|
|
44 |
st.success("✅ This message is classified as **NOT SPAM (HAM)**.")
|
45 |
|
46 |
# Footer
|
47 |
-
st.markdown("---")
|
48 |
st.markdown("🔒 **Note**: This is a demo model and not intended for production use without proper testing.")
|
|
|
44 |
st.success("✅ This message is classified as **NOT SPAM (HAM)**.")
|
45 |
|
46 |
# Footer
|
47 |
+
st.markdown("---")
|
48 |
st.markdown("🔒 **Note**: This is a demo model and not intended for production use without proper testing.")
|