blazingbunny commited on
Commit
37c14ee
1 Parent(s): a303995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ for idx, sitemap_url in enumerate(sitemap_urls):
65
 
66
  except Exception as e:
67
  st.write(f"An error occurred for {sitemap_url}:", str(e))
 
 
68
  st.sidebar.markdown("Credits")
69
  st.sidebar.markdown("[semrush.com/blog/content-analysis-xml-sitemaps-python](https://www.semrush.com/blog/content-analysis-xml-sitemaps-python/)")
70
  st.sidebar.markdown("[Using XML Sitemaps for Content Analysis with Python](https://github.com/eliasdabbas/semrush_tutorial_sitemap_analysis/)")
71
- else:
72
- st.write("Please enter at least one sitemap URL to analyze.")
 
65
 
66
  except Exception as e:
67
  st.write(f"An error occurred for {sitemap_url}:", str(e))
68
+ else:
69
+ st.write("Please enter at least one sitemap URL to analyze.")
70
  st.sidebar.markdown("Credits")
71
  st.sidebar.markdown("[semrush.com/blog/content-analysis-xml-sitemaps-python](https://www.semrush.com/blog/content-analysis-xml-sitemaps-python/)")
72
  st.sidebar.markdown("[Using XML Sitemaps for Content Analysis with Python](https://github.com/eliasdabbas/semrush_tutorial_sitemap_analysis/)")