Update strim_nlp.py
Browse files- strim_nlp.py +1 -1
strim_nlp.py
CHANGED
|
@@ -32,7 +32,7 @@ model.load_model('cat_model4.cbm')
|
|
| 32 |
tfidf_vectorizer = load('tfidf_vectorizer.joblib')
|
| 33 |
|
| 34 |
def classic_ml_page():
|
| 35 |
-
st.title("Классификация отзывов
|
| 36 |
user_review = st.text_area("Введите ваш отзыв здесь:")
|
| 37 |
|
| 38 |
if st.button("Классифицировать"):
|
|
|
|
| 32 |
tfidf_vectorizer = load('tfidf_vectorizer.joblib')
|
| 33 |
|
| 34 |
def classic_ml_page():
|
| 35 |
+
st.title("Классификация отзывов")
|
| 36 |
user_review = st.text_area("Введите ваш отзыв здесь:")
|
| 37 |
|
| 38 |
if st.button("Классифицировать"):
|