Flopot2 commited on
Commit
ea05ca4
·
verified ·
1 Parent(s): 35eb3e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -9,6 +9,8 @@ import re
9
  st.set_page_config(page_title="404 Redirect Matcher", layout="wide")
10
  st.title("🔁 404 Redirect Matcher")
11
  st.markdown("Upload your 404 and 200 URL datasets, and find the most relevant redirects using semantic similarity.")
 
 
12
 
13
  # === Upload Section
14
  st.markdown("### 📁 Step 1: Upload CSV Files")
 
9
  st.set_page_config(page_title="404 Redirect Matcher", layout="wide")
10
  st.title("🔁 404 Redirect Matcher")
11
  st.markdown("Upload your 404 and 200 URL datasets, and find the most relevant redirects using semantic similarity.")
12
+ st.markdown("""by [Florian Potier](https://twitter.com/FloPots) - [Intrepid Digital](https://www.intrepidonline.com/)
13
+ """, unsafe_allow_html=True)
14
 
15
  # === Upload Section
16
  st.markdown("### 📁 Step 1: Upload CSV Files")