Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ if st.button("Generate Analysis"):
|
|
179 |
f"Provide a detailed analysis of how these technologies impact family ties, trust, and gender roles. "
|
180 |
f"Include specific impacts for each digital technology and issue. "
|
181 |
f"Organize the information in tables with the following columns: Digital Technology, Impact on Kinship, Impact on Gender Dynamics, Trust Issues. "
|
182 |
-
f"Be as accurate and specific to Kenya as possible in your analysis. Make the response short and precise."
|
183 |
)
|
184 |
|
185 |
try:
|
@@ -309,4 +309,4 @@ if st.button("Generate Analysis"):
|
|
309 |
st.error(f"An unexpected error occurred: {e}")
|
310 |
|
311 |
# Footer
|
312 |
-
st.markdown('<div class="footer">
|
|
|
179 |
f"Provide a detailed analysis of how these technologies impact family ties, trust, and gender roles. "
|
180 |
f"Include specific impacts for each digital technology and issue. "
|
181 |
f"Organize the information in tables with the following columns: Digital Technology, Impact on Kinship, Impact on Gender Dynamics, Trust Issues. "
|
182 |
+
f"Be as accurate and specific to Kenya as possible in your analysis. Make the response short and precise. Do not give anything like a conclusion after generating"
|
183 |
)
|
184 |
|
185 |
try:
|
|
|
309 |
st.error(f"An unexpected error occurred: {e}")
|
310 |
|
311 |
# Footer
|
312 |
+
st.markdown('<div class="footer">Developed by TERESA ABUYA</div>', unsafe_allow_html=True)
|