Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
1f3e989
1
Parent(s):
03f2f35
update
Browse files- Application.py +2 -2
- pages/1_🔥_Heatmap.py +2 -2
- pages/2_🔲_ChatBot.py +2 -2
Application.py
CHANGED
@@ -7,8 +7,8 @@ st.set_page_config(layout="wide")
|
|
7 |
|
8 |
st.sidebar.info(
|
9 |
"""
|
10 |
-
- Web App URL: <https://
|
11 |
-
- HuggingFace repository: <https://huggingface.co/spaces/
|
12 |
"""
|
13 |
)
|
14 |
|
|
|
7 |
|
8 |
st.sidebar.info(
|
9 |
"""
|
10 |
+
- Web App URL: <https://interactive-crime-map.hf.space/>
|
11 |
+
- HuggingFace repository: <https://huggingface.co/spaces/interactive-crime/map/tree/main>
|
12 |
"""
|
13 |
)
|
14 |
|
pages/1_🔥_Heatmap.py
CHANGED
@@ -5,8 +5,8 @@ st.set_page_config(layout="wide")
|
|
5 |
|
6 |
st.sidebar.info(
|
7 |
"""
|
8 |
-
- Web App URL: <https://
|
9 |
-
- HuggingFace repository: <https://huggingface.co/spaces/
|
10 |
"""
|
11 |
)
|
12 |
|
|
|
5 |
|
6 |
st.sidebar.info(
|
7 |
"""
|
8 |
+
- Web App URL: <https://interactive-crime-map.hf.space/>
|
9 |
+
- HuggingFace repository: <https://huggingface.co/spaces/interactive-crime/map/tree/main>
|
10 |
"""
|
11 |
)
|
12 |
|
pages/2_🔲_ChatBot.py
CHANGED
@@ -9,8 +9,8 @@ st.set_page_config(layout="wide")
|
|
9 |
|
10 |
st.sidebar.info(
|
11 |
"""
|
12 |
-
- Web App URL: <https://
|
13 |
-
- HuggingFace repository: <https://huggingface.co/spaces/
|
14 |
"""
|
15 |
)
|
16 |
|
|
|
9 |
|
10 |
st.sidebar.info(
|
11 |
"""
|
12 |
+
- Web App URL: <https://interactive-crime-map.hf.space/>
|
13 |
+
- HuggingFace repository: <https://huggingface.co/spaces/interactive-crime/map/tree/main>
|
14 |
"""
|
15 |
)
|
16 |
|