dejanseo commited on
Commit
426c5b5
1 Parent(s): bba9d71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -87,20 +87,6 @@ st.title("Sentiment Classification from URL")
87
 
88
  url = st.text_input("Enter URL:")
89
 
90
- # Additional information
91
- st.markdown("""
92
- Multi-label sentiment classification model developed by [Dejan Marketing](https://dejanmarketing.com/).
93
-
94
- The model is designed to be deployed in an automated pipeline capable of classifying text sentiment for thousands (or even millions) of text chunks or as a part of a scraping pipeline.
95
-
96
- This is a demo model which may occassionally misclasify some texts. In a typical commercial project, a larger model is deployed for the task, and in special cases, a domain-specific model is developed for the client.
97
-
98
- # Engage Our Team
99
- Interested in using this in an automated pipeline for bulk query processing?
100
-
101
- Please [book an appointment](https://dejanmarketing.com/conference/) to discuss your needs.
102
- """)
103
-
104
  if url:
105
  text = get_text_from_url(url)
106
  if text:
 
87
 
88
  url = st.text_input("Enter URL:")
89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
  if url:
91
  text = get_text_from_url(url)
92
  if text: