Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
384ecbd
1
Parent(s):
5c9c652
update
Browse files- Application.py +6 -0
Application.py
CHANGED
@@ -27,6 +27,12 @@ st.subheader(
|
|
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%" />
|
|
|
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%" />
|