blazingbunny
commited on
Commit
•
0129fc7
1
Parent(s):
aaa5c24
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,9 @@ import streamlit as st
|
|
2 |
import advertools as adv
|
3 |
import pandas as pd
|
4 |
# Sidebar instructions
|
5 |
-
st.sidebar.markdown("###
|
6 |
st.sidebar.markdown("""
|
7 |
-
Enter your
|
8 |
|
9 |
st.sidebar.markdown("## Tool uploaded and maintained by: [Blazing SEO](http://blazing-seo.com/)")
|
10 |
def extract_headers(url):
|
|
|
2 |
import advertools as adv
|
3 |
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 for Semantic 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):
|