leavoigt commited on
Commit
e575f11
·
verified ·
1 Parent(s): bdd822b

Update disclaimer

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -34,9 +34,9 @@ with st.container():
34
  st.markdown("<h2 style='text-align: center;'> Climate Vulnerability Analysis </h2>", unsafe_allow_html=True)
35
  st.write(' ')
36
  st.write("""The **Climate Vulnerability App** is an **AI-based tool** to get a quick, high-level overview of the extent to which different marginalised groups are
37
- represented in climate policies. Upload a document, and the app uses AI to **identify references to groups vulnerable to climate change** and **summarizes key mentions**.
38
- Please note that the app is designed to support rapid screening and provide a quick overview over of potentially relevant information.
39
- Information may not always be complete and should not replace an in-depth human analysis.""")
40
 
41
 
42
 
 
34
  st.markdown("<h2 style='text-align: center;'> Climate Vulnerability Analysis </h2>", unsafe_allow_html=True)
35
  st.write(' ')
36
  st.write("""The **Climate Vulnerability App** is an **AI-based tool** to get a quick, high-level overview of the extent to which different marginalised groups are
37
+ represented in climate policies. Upload a document, and the app uses AI to **identify references to groups vulnerable to climate change**
38
+ and to **summarize key mentions**. Please note that the app is designed to support rapid screening and provide a quick overview over potentially
39
+ relevant information. The displayed information may not always be complete and should not replace an in-depth human analysis.""")
40
 
41
 
42