nlpblogs commited on
Commit
8377b91
·
verified ·
1 Parent(s): 53836c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- st.warning("Failed to scrape reviews.")
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: