Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -220,9 +220,9 @@ with col_about:
|
|
220 |
with st.expander("ℹ️ About"):
|
221 |
st.markdown(
|
222 |
"""
|
223 |
-
|
224 |
**Please do NOT enter sensitive or personal information.**
|
225 |
-
Note
|
226 |
""", unsafe_allow_html=True)
|
227 |
|
228 |
|
|
|
220 |
with st.expander("ℹ️ About"):
|
221 |
st.markdown(
|
222 |
"""
|
223 |
+
This app is a prototype for testing purposes using publicly available project data from the German International Cooperation Society (GIZ) as of 23rd February 2025.
|
224 |
**Please do NOT enter sensitive or personal information.**
|
225 |
+
**Note**: The generated answers are AI-generated and may be wrong or misleading.
|
226 |
""", unsafe_allow_html=True)
|
227 |
|
228 |
|