osheina commited on
Commit
0b17dbc
1 Parent(s): e01d67b

Update bert_strim.py

Browse files
Files changed (1) hide show
  1. bert_strim.py +1 -1
bert_strim.py CHANGED
@@ -35,7 +35,7 @@ def predict_sentiment(text):
35
  return "Негативный отзыв 😟"
36
 
37
  def bert_model_page():
38
- st.title("Классификатор отзывов")
39
  user_input = st.text_area("Введите отзыв:")
40
  if st.button("Классифицировать"):
41
  if user_input:
 
35
  return "Негативный отзыв 😟"
36
 
37
  def bert_model_page():
38
+ st.title("Классификация отзывов")
39
  user_input = st.text_area("Введите отзыв:")
40
  if st.button("Классифицировать"):
41
  if user_input: