Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
syedabdullah32
/
Spam_message_classification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
syedabdullah32
commited on
Dec 19, 2023
Commit
3455b33
·
1 Parent(s):
bbe5ba8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
2
-
import
sklearn
3
4
import streamlit as st
5
import pickle
1
+
# pip install -U streamlit
2
+
# pip install -U plotly
3
4
+
#
you can run your app with: streamlit run app.py
5
6
import streamlit as st
7
import pickle