drguilhermeapolinario commited on
Commit
064d3d9
·
verified ·
1 Parent(s): e751d3c

Update views/maps.py

Browse files
Files changed (1) hide show
  1. views/maps.py +3 -2
views/maps.py CHANGED
@@ -15,7 +15,7 @@ with stylable_container(
15
  css_styles="""
16
  img {
17
  width: 1800px;
18
- height: 400px;
19
  overflow: hidden;
20
  position: relative;
21
  object-fit: cover;
@@ -65,7 +65,8 @@ with col3:
65
  f"### 👪 População Total: {total_pop:,} habitantes, dados do Censo 2022 IBGE"
66
  )
67
  st.write(f"### 🗺️ Número de Setores Censitários: {len(gdf)}")
68
-
 
69
  add_vertical_space(5)
70
  add_vertical_space(5)
71
 
 
15
  css_styles="""
16
  img {
17
  width: 1800px;
18
+ height: 250px;
19
  overflow: hidden;
20
  position: relative;
21
  object-fit: cover;
 
65
  f"### 👪 População Total: {total_pop:,} habitantes, dados do Censo 2022 IBGE"
66
  )
67
  st.write(f"### 🗺️ Número de Setores Censitários: {len(gdf)}")
68
+ st.metric(f"População total: {total_pop:,}")
69
+
70
  add_vertical_space(5)
71
  add_vertical_space(5)
72