Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
b0e4312
1
Parent(s):
bb4a729
update
Browse files
app.py
CHANGED
@@ -5,19 +5,19 @@ st.set_page_config(layout="wide")
|
|
5 |
|
6 |
st.sidebar.info(
|
7 |
"""
|
8 |
-
- Web App URL: <https://
|
9 |
-
-
|
10 |
"""
|
11 |
)
|
12 |
|
13 |
st.sidebar.title("Contact")
|
14 |
st.sidebar.info(
|
15 |
"""
|
16 |
-
|
17 |
"""
|
18 |
)
|
19 |
|
20 |
-
st.title("
|
21 |
|
22 |
st.markdown(
|
23 |
"""
|
@@ -38,11 +38,11 @@ st.markdown(
|
|
38 |
"""
|
39 |
)
|
40 |
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
45 |
|
46 |
-
with row1_col2:
|
47 |
-
st.image("https://github.com/giswqs/data/raw/main/timelapse/goes.gif")
|
48 |
-
st.image("https://github.com/giswqs/data/raw/main/timelapse/fire.gif")
|
|
|
5 |
|
6 |
st.sidebar.info(
|
7 |
"""
|
8 |
+
- Web App URL: <https://huggingface.co/spaces/yunusserhat/Crime-Map>
|
9 |
+
- HuggingFace repository: <https://huggingface.co/spaces/yunusserhat/Crime-Map/tree/main>
|
10 |
"""
|
11 |
)
|
12 |
|
13 |
st.sidebar.title("Contact")
|
14 |
st.sidebar.info(
|
15 |
"""
|
16 |
+
Yunus Serhat Bıçakçı at [yunusserhat.com](https://yunusserhat.com) | [GitHub](https://github.com/yunusserhat) | [Twitter](https://twitter.com/yunusserhat) | [LinkedIn](https://www.linkedin.com/in/yunusserhat)
|
17 |
"""
|
18 |
)
|
19 |
|
20 |
+
st.title("Interactive Crime Map Application")
|
21 |
|
22 |
st.markdown(
|
23 |
"""
|
|
|
38 |
"""
|
39 |
)
|
40 |
|
41 |
+
m = leafmap.Map(center=(51.4994, 0.1248), zoom=11,
|
42 |
+
minimap_control=False,
|
43 |
+
measure_control=False,
|
44 |
+
fullscreen_control=False,
|
45 |
+
attribution_control=False,
|
46 |
+
)
|
47 |
+
m.to_streamlit(height=500)
|
48 |
|
|
|
|
|
|