Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|