Yunus Serhat Bıçakçı commited on
Commit
d57d724
·
1 Parent(s): 46906f0
Files changed (1) hide show
  1. 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("Comparision of Hate Tweets, Hate Crime Rates and Total Crime Rates")
 
39
  st.markdown(
40
  '''
41
- These interactive maps illustrate a comparison of overall borough-level rates based on Twitter and London Metropolitan Police Service (MPS) data as of December 2022.
42
-
43
- In the first map shows the representation of hate tweets according to Twitter data, while the second and third maps show the representation of rates of hate and all crimes according to MPS data.
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