Update app.py
Browse files
app.py
CHANGED
@@ -170,8 +170,7 @@ if st.button("Sentiment Analysis", type="secondary"):
|
|
170 |
file_name='Summary of the results.csv',
|
171 |
mime='text/csv',
|
172 |
)
|
173 |
-
|
174 |
-
update_url_count()
|
175 |
else:
|
176 |
st.warning("Please enter a URL.")
|
177 |
else:
|
|
|
170 |
file_name='Summary of the results.csv',
|
171 |
mime='text/csv',
|
172 |
)
|
173 |
+
|
|
|
174 |
else:
|
175 |
st.warning("Please enter a URL.")
|
176 |
else:
|