Skip to content

Commit

Permalink
Update app title and header in TSM_browser.py for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
LokoMoloko98 committed Feb 14, 2025
1 parent 4ba9ce6 commit 8d4c143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TSM_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
suburb_data['coordinates'] = suburb_data['geometry']

# Title of the dashboard
st.title('Kartoza Devops App')
st.header('City of Kape Town TSM Browser Web App - Harbor', divider="blue")
st.title('Kartoza Devops Testing App')
st.header('City of Kape Town TSM Browser Web App', divider="blue")
st.markdown("""
### Simple TSM Browser Web App Overview
This TSM Browser Web App provides an interactive platform for users to explore Town Survey Marks (TSM) within the City of Cape Town.
Expand Down

0 comments on commit 8d4c143

Please sign in to comment.