duwing commited on
Commit
58f2b8f
ยท
verified ยท
1 Parent(s): e94df39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def scrape_content(url):
102
  def main():
103
  sentiment_model = create_sentiment_bert()
104
 
105
- url = st.text_input("URL์„ ์ž…๋ ฅํ•˜์„ธ์š”")
106
 
107
  if st.button("ํฌ๋กค๋ง ์‹œ์ž‘"):
108
  if url:
 
102
  def main():
103
  sentiment_model = create_sentiment_bert()
104
 
105
+ url = st.text_input("URL์„ ์ž…๋ ฅํ•˜์„ธ์š”")
106
 
107
  if st.button("ํฌ๋กค๋ง ์‹œ์ž‘"):
108
  if url: