Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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์ ์
๋ ฅํ์ธ์")
|