Rahka commited on
Commit
dcb3ebf
·
verified ·
1 Parent(s): 78a1f8b

remove remark ongoing negotations from inc app

Browse files
Files changed (1) hide show
  1. src/application/views/inc_page.py +0 -8
src/application/views/inc_page.py CHANGED
@@ -274,10 +274,6 @@ def init_inc_page():
274
  trigger_ask_inc = st.session_state.setdefault("trigger_inc", False)
275
 
276
  if st.button("Ask", icon=":material/send:", type="primary"):
277
- st.toast(
278
- "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.",
279
- icon=":material/info:",
280
- )
281
  if prompt_inc == "":
282
  st.error(
283
  "Please enter a question. Reloading the app in few seconds"
@@ -353,10 +349,6 @@ def init_inc_page():
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.",
358
- icon=":material/info:",
359
- )
360
  if (
361
  not selected_authors_inc
362
  and not selected_draft_cats_inc
 
274
  trigger_ask_inc = st.session_state.setdefault("trigger_inc", False)
275
 
276
  if st.button("Ask", icon=":material/send:", type="primary"):
 
 
 
 
277
  if prompt_inc == "":
278
  st.error(
279
  "Please enter a question. Reloading the app in few seconds"
 
349
  )
350
 
351
  if st.button("Filter", icon=":material/filter_alt:", type="primary"):
 
 
 
 
352
  if (
353
  not selected_authors_inc
354
  and not selected_draft_cats_inc