Christopher Capobianco commited on
Commit
05d5f7e
·
1 Parent(s): 69d27e7

Update project header to match other locations

Browse files
projects/08_Urban_Safety_Planner.py CHANGED
@@ -7,7 +7,7 @@ def get_map():
7
  eq_html = eq_file.read()
8
  return eq_html
9
 
10
- st.header('Urban Planning', divider='green')
11
 
12
  st.markdown("#### Where Do Earthquakes Occur?")
13
  st.markdown("Earthquakes typically coincide with techtonic plate boundaries.")
 
7
  eq_html = eq_file.read()
8
  return eq_html
9
 
10
+ st.header('Urban Safety Planner', divider='green')
11
 
12
  st.markdown("#### Where Do Earthquakes Occur?")
13
  st.markdown("Earthquakes typically coincide with techtonic plate boundaries.")