cyberandy commited on
Commit
c894b08
·
verified ·
1 Parent(s): 87b1bbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -336,7 +336,5 @@ else:
336
  else:
337
  if len(url) == 0:
338
  st.warning("Please enter a URL to analyze")
339
- # else:
340
- # st.warning("Whoops, sorry, our bot didn't find any data. It might be that the URL is not accessible (a firewall is in place, for example), or the website does not have structured data.", icon="⚠️")
341
  if __name__ == "__main__":
342
  main()
 
336
  else:
337
  if len(url) == 0:
338
  st.warning("Please enter a URL to analyze")
 
 
339
  if __name__ == "__main__":
340
  main()