Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
d57d724
1
Parent(s):
46906f0
update
Browse files- pages/4_Test.py +5 -4
pages/4_Test.py
CHANGED
@@ -35,12 +35,13 @@ st.sidebar.info(
|
|
35 |
)
|
36 |
|
37 |
# Title and Description
|
38 |
-
st.title("
|
|
|
39 |
st.markdown(
|
40 |
'''
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
'''
|
45 |
)
|
46 |
|
|
|
35 |
)
|
36 |
|
37 |
# Title and Description
|
38 |
+
st.title("Interactive Analysis of Hate Metrics in London and & Custom Dataset Visualization")
|
39 |
+
|
40 |
st.markdown(
|
41 |
'''
|
42 |
+
Dive into an interactive analysis of hate metrics in London, exploring the disparities and correlations between hate-related tweets and reported crimes in boroughs. This platform offers a comparative visualization based on data from X and the London Metropolitan Police Service as of December 2022.
|
43 |
+
|
44 |
+
Additionally, users can upload and visualize their own GeoJSON datasets, facilitating personalized analysis and insights. Delve deeper into the patterns of hate sentiment, understand how online behavior might mirror real-world incidents, or uncover patterns in your own data.
|
45 |
'''
|
46 |
)
|
47 |
|