Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -217,15 +217,14 @@ col_title, col_about = st.columns([8,2])
|
|
217 |
with col_title:
|
218 |
st.markdown("<h1 style='text-align:center;'>GIZ Project Database (PROTOTYPE)</h1>", unsafe_allow_html=True)
|
219 |
with col_about:
|
220 |
-
with st.expander("About"):
|
221 |
st.markdown(
|
222 |
"""
|
223 |
-
|
224 |
-
**This app is a prototype for testing purposes.**
|
225 |
-
The intended use is to explore AI-generated answers using publicly available project data from the German International Cooperation Society (GIZ) as of 23rd February 2025.
|
226 |
**Please do NOT enter sensitive or personal information.**
|
227 |
Note: The generated answers are AI-generated and may be wrong or misleading.
|
228 |
""", unsafe_allow_html=True)
|
|
|
229 |
|
230 |
###########################################
|
231 |
# Query input and budget slider (Change 9)
|
|
|
217 |
with col_title:
|
218 |
st.markdown("<h1 style='text-align:center;'>GIZ Project Database (PROTOTYPE)</h1>", unsafe_allow_html=True)
|
219 |
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 |
|
229 |
###########################################
|
230 |
# Query input and budget slider (Change 9)
|