diff --git a/.streamlit/config.toml b/.streamlit/config.toml index 76ca72a..3b44064 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -7,5 +7,5 @@ textColor = "#1a1a1a" font = "sans serif" [server] -address = "192.168.2.115" +address = "127.0.0.1" port = 8501 diff --git a/__pycache__/mt5_parser.cpython-314.pyc b/__pycache__/mt5_parser.cpython-314.pyc index cf9eb19..07079f3 100644 Binary files a/__pycache__/mt5_parser.cpython-314.pyc and b/__pycache__/mt5_parser.cpython-314.pyc differ diff --git a/__pycache__/view_set_comparator.cpython-314.pyc b/__pycache__/view_set_comparator.cpython-314.pyc index 690a8fd..decd69c 100644 Binary files a/__pycache__/view_set_comparator.cpython-314.pyc and b/__pycache__/view_set_comparator.cpython-314.pyc differ diff --git a/__pycache__/view_settings.cpython-314.pyc b/__pycache__/view_settings.cpython-314.pyc index 37a8c0b..3b7158d 100644 Binary files a/__pycache__/view_settings.cpython-314.pyc and b/__pycache__/view_settings.cpython-314.pyc differ diff --git a/view_set_comparator.py b/view_set_comparator.py index 6a27195..7a6f1c2 100644 --- a/view_set_comparator.py +++ b/view_set_comparator.py @@ -34,7 +34,7 @@ def render(): # ── Controls ────────────────────────────────────────────────────────────── col1, col2, col3 = st.columns([1, 1, 4]) with col1: - n_files = st.selectbox("Number of files", list(range(2, 11)), index=0) + n_files = st.selectbox("Number of files", list(range(2, 21)), index=0) with col2: st.markdown("
", unsafe_allow_html=True) if st.button("🗑 Clear All", type="secondary"):