Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
update rounds
Browse files
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
|