Spaces:
Running
Running
Update app.py
Browse files
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()
|