Spaces:
Sleeping
Sleeping
about over complete page
Browse files- src/application/app.py +9 -12
src/application/app.py
CHANGED
@@ -89,18 +89,15 @@ if chosen_id == "1":
|
|
89 |
st.write("")
|
90 |
|
91 |
st.header("About")
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
""",
|
102 |
-
unsafe_allow_html=True,
|
103 |
-
)
|
104 |
|
105 |
st.markdown(
|
106 |
"""<hr style="height:2px;border:none;color:#077493;background-color:#077493;" /> """,
|
|
|
89 |
st.write("")
|
90 |
|
91 |
st.header("About")
|
92 |
+
|
93 |
+
st.markdown(
|
94 |
+
"""
|
95 |
+
<p class="description">
|
96 |
+
The NegotiateAI app is designed to streamline access to critical information on the UN Plastic Treaty Negotiations to develop a legally binding instrument on plastic pollution, including the marine environment. It offers a comprehensive, centralized database of documents submitted by member countries available here, along with an extensive collection of supporting resources, including reports, research papers, and policy briefs. You can find more information
|
97 |
+
about the NegotiateAI project on our <a href="https://www.blog-datalab.com/home/negotiateai/">website</a>.
|
98 |
+
""",
|
99 |
+
unsafe_allow_html=True,
|
100 |
+
)
|
|
|
|
|
|
|
101 |
|
102 |
st.markdown(
|
103 |
"""<hr style="height:2px;border:none;color:#077493;background-color:#077493;" /> """,
|