duwing commited on
Commit
5c4531d
·
verified ·
1 Parent(s): eccd1cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def processing_data(comments):
116
  def main():
117
  global sentiment_model
118
  sentiment_model = create_sentiment_bert()
119
- st.title(" 컨텐츠 스크래퍼")
120
 
121
  # URL 입력 받기
122
  url = st.text_input("url을 입력하세요")
 
116
  def main():
117
  global sentiment_model
118
  sentiment_model = create_sentiment_bert()
119
+ st.title("댓글 필터링 서비스")
120
 
121
  # URL 입력 받기
122
  url = st.text_input("url을 입력하세요")