Spaces:
Running
Running
castledan
commited on
Commit
·
226f63d
1
Parent(s):
15c025a
update docs
Browse files- README.md +1 -1
- app/src/utils_layout.py +1 -1
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Flood
|
2 |
|
3 |
[](https://mapaction-flood-map.streamlit.app/)
|
4 |
[](https://github.com/mapaction/flood-mapping-tool/blob/main/LICENSE)
|
|
|
1 |
+
# Flood Mapping Tool
|
2 |
|
3 |
[](https://mapaction-flood-map.streamlit.app/)
|
4 |
[](https://github.com/mapaction/flood-mapping-tool/blob/main/LICENSE)
|
app/src/utils_layout.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
"""Functions for the
|
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
|