diff --git a/python_parser/streamlit_app.py b/python_parser/streamlit_app.py index ec49848..a11c130 100644 --- a/python_parser/streamlit_app.py +++ b/python_parser/streamlit_app.py @@ -254,8 +254,8 @@ def main(): modes = st.multiselect( "Выберите режимы", - ["План", "Факт", "Норматив"], - default=["План", "Факт"], + ["plan", "fact", "normativ"], + default=["plan", "fact"], key="ca_modes" )