Yunus Serhat Bıçakçı commited on
Commit
5c9c652
·
1 Parent(s): 733e042
Files changed (1) hide show
  1. Application.py +6 -1
Application.py CHANGED
@@ -27,4 +27,9 @@ st.subheader(
27
 
28
  st.info("Click on the left sidebar menu to navigate to the different apps.")
29
 
30
- st.image('https://raw.githubusercontent.com/yunusserhat/Github/main/data/interactive-crime-demo.gif')
 
 
 
 
 
 
27
 
28
  st.info("Click on the left sidebar menu to navigate to the different apps.")
29
 
30
+ st.markdown('''
31
+ <a href="https://interactive-crime-map.hf.space">
32
+ <img src="https://raw.githubusercontent.com/yunusserhat/Github/main/data/interactive-crime-demo.gif" style="width: 60%; height: 60%" />
33
+ </a>''',
34
+ unsafe_allow_html=True
35
+ )