Add breadcrumb
Browse files
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 |
|