AmrYassinIsFree commited on
Commit
3aee004
·
1 Parent(s): db0da0a

fix github url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with col_title:
104
  with col_badge:
105
  st.markdown(
106
  "<div style='text-align:right; padding-top:18px;'>"
107
- "<a href='https://github.com/amryassin/embedding-bench' target='_blank'>"
108
  "<img src='https://img.shields.io/badge/GitHub-repo-blue?logo=github' /></a></div>",
109
  unsafe_allow_html=True,
110
  )
 
104
  with col_badge:
105
  st.markdown(
106
  "<div style='text-align:right; padding-top:18px;'>"
107
+ "<a href='https://github.com/amryassinabdelaal/embedding-bench' target='_blank'>"
108
  "<img src='https://img.shields.io/badge/GitHub-repo-blue?logo=github' /></a></div>",
109
  unsafe_allow_html=True,
110
  )