Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
remove text with ongoin negotiation remarks
Browse files
src/application/views/inc_page.py
CHANGED
@@ -248,13 +248,6 @@ def init_inc_page():
|
|
248 |
unsafe_allow_html=True,
|
249 |
)
|
250 |
|
251 |
-
st.markdown(
|
252 |
-
"""
|
253 |
-
<p style="font-size: 18px !important; text-align: justify; font-style: italic;">
|
254 |
-
Negotiations for the UN Plastics Treaty Session 5 are ongoing. As a result, the latest documents from this session may not yet be fully available in our database. We are continuously reviewing and updating the data. </p>
|
255 |
-
""", unsafe_allow_html=True
|
256 |
-
)
|
257 |
-
|
258 |
if "prompt" not in st.session_state:
|
259 |
prompt_inc = st.text_area("")
|
260 |
if (
|
@@ -341,12 +334,6 @@ def init_inc_page():
|
|
341 |
unsafe_allow_html=True,
|
342 |
)
|
343 |
|
344 |
-
st.markdown(
|
345 |
-
"""
|
346 |
-
<p style="font-size: 18px !important; text-align: justify; font-style: italic;">
|
347 |
-
Negotiations for the UN Plastics Treaty Session 5 are ongoing. As a result, the latest documents from this session may not yet be fully available in our database. We are continuously reviewing and updating the data. </p>
|
348 |
-
""", unsafe_allow_html=True
|
349 |
-
)
|
350 |
|
351 |
if st.button("Filter", icon=":material/filter_alt:", type="primary"):
|
352 |
if (
|
|
|
248 |
unsafe_allow_html=True,
|
249 |
)
|
250 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
if "prompt" not in st.session_state:
|
252 |
prompt_inc = st.text_area("")
|
253 |
if (
|
|
|
334 |
unsafe_allow_html=True,
|
335 |
)
|
336 |
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
|
338 |
if st.button("Filter", icon=":material/filter_alt:", type="primary"):
|
339 |
if (
|