blazingbunny
commited on
Commit
•
85bf60f
1
Parent(s):
0129fc7
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
|
|
4 |
# Sidebar instructions
|
5 |
st.sidebar.markdown("### Web Page Header Extractor")
|
6 |
st.sidebar.markdown("""
|
7 |
-
Enter your webpage URL into the tool to analyze header tags. Shout out to Elias Dabbas for [Advertools](https://github.com/eliasdabbas/advertools) which i used in the backend and as always, thanks to Koray for all the knowledge I have learned
|
8 |
|
9 |
st.sidebar.markdown("## Tool uploaded and maintained by: [Blazing SEO](http://blazing-seo.com/)")
|
10 |
def extract_headers(url):
|
|
|
4 |
# Sidebar instructions
|
5 |
st.sidebar.markdown("### Web Page Header Extractor")
|
6 |
st.sidebar.markdown("""
|
7 |
+
Enter your webpage URL into the tool to analyze header tags. Shout out to Elias Dabbas for [Advertools](https://github.com/eliasdabbas/advertools) which i used in the backend and as always, thanks to Koray Tuğberk Gübür for all the knowledge I have learned from Topical Authority SEO course. [topicalauthority.digital](https://www.topicalauthority.digital/)""")
|
8 |
|
9 |
st.sidebar.markdown("## Tool uploaded and maintained by: [Blazing SEO](http://blazing-seo.com/)")
|
10 |
def extract_headers(url):
|