Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def scrape_content(url):
|
|
102 |
def main():
|
103 |
sentiment_model = create_sentiment_bert()
|
104 |
|
105 |
-
|
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:
|