annikwag commited on
Commit
110cb65
·
verified ·
1 Parent(s): 76bd8b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -220,9 +220,9 @@ with col_about:
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
 
 
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