Rahka commited on
Commit
d496fb8
·
verified ·
1 Parent(s): 5a31787

update rounds

Browse files
Files changed (1) hide show
  1. src/application/views/inc_page.py +1 -1
src/application/views/inc_page.py CHANGED
@@ -70,7 +70,7 @@ def get_draft_cat_taxonomy() -> dict[str, list[str]]:
70
 
71
  @st.cache_data
72
  def get_negotiations_rounds() -> list[int]:
73
- return [1, 2, 3, 4]
74
 
75
 
76
  @st.cache_data
 
70
 
71
  @st.cache_data
72
  def get_negotiations_rounds() -> list[int]:
73
+ return [1, 2, 3, 4, 5]
74
 
75
 
76
  @st.cache_data