TCJ21 commited on
Commit
08fc4a2
·
1 Parent(s): e7d92dc

added contacts and feedback form

Browse files
Files changed (2) hide show
  1. app/src/config_parameters.py +2 -1
  2. app/src/utils.py +8 -0
app/src/config_parameters.py CHANGED
@@ -5,7 +5,8 @@ params = {
5
  "browser_title": "Flood mapping tool - 510",
6
  # Data scientists involved
7
  "data_scientists": {
8
- "Daniele": "dcastellana@redcross.nl",
 
9
  },
10
  # Urls
11
  "url_github_repo": "https://github.com/rodekruis/flood-mapping-tool",
 
5
  "browser_title": "Flood mapping tool - 510",
6
  # Data scientists involved
7
  "data_scientists": {
8
+ "Heleen": "helenbaas@redcross.nl",
9
+ "Jacopo": "[email protected]",
10
  },
11
  # Urls
12
  "url_github_repo": "https://github.com/rodekruis/flood-mapping-tool",
app/src/utils.py CHANGED
@@ -122,6 +122,14 @@ def add_about():
122
  unsafe_allow_html=True,
123
  )
124
 
 
 
 
 
 
 
 
 
125
  # Contacts textbox
126
  st.sidebar.markdown(" ")
127
  st.sidebar.markdown("## Contacts")
 
122
  unsafe_allow_html=True,
123
  )
124
 
125
+ st.sidebar.markdown("## Feedback")
126
+ st.sidebar.markdown(
127
+ """
128
+ Were you able to find a useful flood map or experiencing a bug?
129
+ Please leave any feedback through [this quick form](https://ee.ifrc.org/x/ZeCPlh7W).
130
+ """
131
+ )
132
+
133
  # Contacts textbox
134
  st.sidebar.markdown(" ")
135
  st.sidebar.markdown("## Contacts")