marianeft commited on
Commit
548fac3
·
1 Parent(s): 8c1e479

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 by DEJAN (Medium Only)")
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