Rahka commited on
Commit
c1eff49
·
verified ·
1 Parent(s): a4f5668
Files changed (1) hide show
  1. src/application/views/inc_page.py +15 -0
src/application/views/inc_page.py CHANGED
@@ -248,6 +248,13 @@ def init_inc_page():
248
  unsafe_allow_html=True,
249
  )
250
 
 
 
 
 
 
 
 
251
  if "prompt" not in st.session_state:
252
  prompt_inc = st.text_area("")
253
  if (
@@ -337,6 +344,14 @@ def init_inc_page():
337
  """,
338
  unsafe_allow_html=True,
339
  )
 
 
 
 
 
 
 
 
340
  if st.button("Filter", icon=":material/filter_alt:", type="primary"):
341
  st.toast(
342
  "Negotiations for the UN Plastics Treaty Round 5 are ongoing. Latest documents may not yet be in our database. We are continuously reviewing and updating the data.",
 
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 (
 
344
  """,
345
  unsafe_allow_html=True,
346
  )
347
+
348
+ st.markdown(
349
+ """
350
+ <p style="font-size: 18px !important; text-align: justify; font-style: italic;">
351
+ 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>
352
+ """, unsafe_allow_html=True
353
+ )
354
+
355
  if st.button("Filter", icon=":material/filter_alt:", type="primary"):
356
  st.toast(
357
  "Negotiations for the UN Plastics Treaty Round 5 are ongoing. Latest documents may not yet be in our database. We are continuously reviewing and updating the data.",