castledan commited on
Commit
226f63d
·
1 Parent(s): 15c025a

update docs

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app/src/utils_layout.py +1 -1
README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Flood mapping tool
2
 
3
  [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://mapaction-flood-map.streamlit.app/)
4
  [![license](https://img.shields.io/github/license/OCHA-DAP/pa-aa-toolbox.svg)](https://github.com/mapaction/flood-mapping-tool/blob/main/LICENSE)
 
1
+ # Flood Mapping Tool
2
 
3
  [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://mapaction-flood-map.streamlit.app/)
4
  [![license](https://img.shields.io/github/license/OCHA-DAP/pa-aa-toolbox.svg)](https://github.com/mapaction/flood-mapping-tool/blob/main/LICENSE)
app/src/utils_layout.py CHANGED
@@ -1,4 +1,4 @@
1
- """Functions for the sidebar of the Streamlit app."""
2
  import base64
3
  import os
4
  from datetime import date
 
1
+ """Functions for the layout of the Streamlit app, including the sidebar."""
2
  import base64
3
  import os
4
  from datetime import date