Spaces:
Sleeping
Sleeping
Updated app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def get_text_from_url(url):
|
|
60 |
# ... (rest of the functions: classify_text, classify_long_text, classify_sentences remain the same)
|
61 |
|
62 |
# Streamlit UI
|
63 |
-
st.title("Sentiment Classification Model
|
64 |
|
65 |
url = st.text_input("Enter Medium URL:")
|
66 |
|
|
|
60 |
# ... (rest of the functions: classify_text, classify_long_text, classify_sentences remain the same)
|
61 |
|
62 |
# Streamlit UI
|
63 |
+
st.title("Sentiment Classification Model (Medium Only)")
|
64 |
|
65 |
url = st.text_input("Enter Medium URL:")
|
66 |
|