Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
include AI Disclaimer
Browse files- src/application/app.py +9 -0
src/application/app.py
CHANGED
@@ -90,6 +90,15 @@ if chosen_id == "1":
|
|
90 |
|
91 |
st.header("About")
|
92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
st.markdown(
|
94 |
"""
|
95 |
<p class="description">
|
|
|
90 |
|
91 |
st.header("About")
|
92 |
|
93 |
+
st.markdown(
|
94 |
+
"""
|
95 |
+
<p class="description">
|
96 |
+
<b>⚠️ AI Disclaimer:</b> This tool uses AI to generate responses based on publicly available negotiation documents. While we aim for accuracy and transparency, responses may occasionally be incomplete or imprecise.
|
97 |
+
Please verify with the original sources when in doubt. The content does not represent official positions.
|
98 |
+
""",
|
99 |
+
unsafe_allow_html=True,
|
100 |
+
)
|
101 |
+
|
102 |
st.markdown(
|
103 |
"""
|
104 |
<p class="description">
|