blazingbunny commited on
Commit
950bcff
1 Parent(s): 5e3abbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -14,10 +14,6 @@ from sentence_transformers import SentenceTransformer, util
14
  finish = False
15
 
16
 
17
- st.write(
18
- "Made in [![this is an image link](https://i.imgur.com/iIOA6kU.png)](https://www.streamlit.io/) by [@LeeFootSEO](https://twitter.com/LeeFootSEO) / [![this is an image link](https://i.imgur.com/bjNRJra.png)](https://www.buymeacoffee.com/leefootseo) [Support My Work! Buy me a coffee!](https://www.buymeacoffee.com/leefootseo)"
19
- )
20
-
21
 
22
  st.title("BERT Semantic Interlinking Tool")
23
  st.subheader("Upload a crawl file to find semantically relevant pages to interlink. (Unlimited Version)")
@@ -29,9 +25,8 @@ This tool helps you plot connections to internal pages based on your page's data
29
  To use it, Upload your Screaming Frog export file "internal_html.csv". After creating a linking chart, you can download the .XLSX file by clicking button "Download BERT Interlinking Opportunities"
30
  """)
31
 
32
- st.sidebar.markdown("## Tool uploaded and maintained by: [Blazing SEO](http://blazing-seo.com/)")
33
- st.sidebar.markdown("Credits")
34
- st.sidebar.markdown("[@LeeFootSEO](https://twitter.com/LeeFootSEO)")
35
  @st.cache_data
36
  def fetch_data():
37
  # Code to fetch data
 
14
  finish = False
15
 
16
 
 
 
 
 
17
 
18
  st.title("BERT Semantic Interlinking Tool")
19
  st.subheader("Upload a crawl file to find semantically relevant pages to interlink. (Unlimited Version)")
 
25
  To use it, Upload your Screaming Frog export file "internal_html.csv". After creating a linking chart, you can download the .XLSX file by clicking button "Download BERT Interlinking Opportunities"
26
  """)
27
 
28
+ st.sidebar.markdown("## Tool Updated and Maintained by: [Blazing SEO](http://blazing-seo.com/)")
29
+ st.sidebar.markdown("Credits to [@LeeFootSEO](https://twitter.com/LeeFootSEO)")
 
30
  @st.cache_data
31
  def fetch_data():
32
  # Code to fetch data