Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import pickle
|
| 3 |
import sklearn
|
| 4 |
import pandas as pd
|
| 5 |
-
from sklearn.
|
| 6 |
st.title("Tags Predictor!")
|
| 7 |
st.write("Give your context...I will give you its related tags.")
|
| 8 |
text = st.text_input("Enter your Content:")
|
|
|
|
| 2 |
import pickle
|
| 3 |
import sklearn
|
| 4 |
import pandas as pd
|
| 5 |
+
from sklearn.pipeline import Pipeline
|
| 6 |
st.title("Tags Predictor!")
|
| 7 |
st.write("Give your context...I will give you its related tags.")
|
| 8 |
text = st.text_input("Enter your Content:")
|