iamsubrata commited on
Commit
17bf1e4
1 Parent(s): f283491

add latest link button

Browse files
Files changed (1) hide show
  1. app/app.py +3 -2
app/app.py CHANGED
@@ -62,8 +62,9 @@ def app():
62
 
63
  # Link for other projects
64
  # st.divider()
65
- st.markdown("#### `Other Projects`")
66
- st.markdown("* [**Cat and Dog's Breed Detector**](https://subrata-mondal-cat-and-dog-breed-detector.streamlit.app/)")
 
67
  st.divider()
68
 
69
  #######################################################################################################################
 
62
 
63
  # Link for other projects
64
  # st.divider()
65
+ st.markdown("### `Other Projects`")
66
+ # st.markdown("* [**Cat and Dog's Breed Detector**](https://subrata-mondal-cat-and-dog-breed-detector.streamlit.app/)")
67
+ st.link_button(label="**Cat and Dog's Breed Detector**", url="https://subrata-mondal-cat-and-dog-breed-detector.streamlit.app/")
68
  st.divider()
69
 
70
  #######################################################################################################################