Yunus Serhat Bıçakçı commited on
Commit
fad810b
1 Parent(s): 5a7b734
Files changed (1) hide show
  1. Application.py +0 -12
Application.py CHANGED
@@ -27,15 +27,3 @@ st.subheader(
27
 
28
  st.info("Click on the left sidebar menu to navigate to the different apps.")
29
 
30
- st.markdown(
31
- """
32
- The following animation was created using the web applications on the left sidebar menu. You can access web apps by clicking on the menu items.
33
- """
34
- )
35
-
36
- st.markdown('''
37
- <a href="https://interactive-crime-map.hf.space">
38
- <img src="https://raw.githubusercontent.com/yunusserhat/Github/main/data/interactive-crime-demo.gif" style="width: 60%; height: 60%" />
39
- </a>''',
40
- unsafe_allow_html=True
41
- )
 
27
 
28
  st.info("Click on the left sidebar menu to navigate to the different apps.")
29