lysine commited on
Commit
08d3e29
·
1 Parent(s): 15bf0bf

Add breadcrumb

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -38,6 +38,8 @@ if "forceload" not in st.session_state:
38
  st.session_state["forceload"] = False
39
 
40
  # Show title and site check
 
 
41
  st.write("""
42
  # ECG Database
43
 
 
38
  st.session_state["forceload"] = False
39
 
40
  # Show title and site check
41
+ st.markdown('<a href="https://lysine-med.hf.space/" target="_self" style="color:inherit">Med</a> <span style="padding-left:0.3rem;padding-right:0.3rem">›</span> ECG',
42
+ unsafe_allow_html=True)
43
  st.write("""
44
  # ECG Database
45