Modified EA Comparator to allow for up to 20 set files to be compared

This commit is contained in:
unknown
2026-05-03 10:54:47 +10:00
parent 04e4dea081
commit aefcb76261
5 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ textColor = "#1a1a1a"
font = "sans serif"
[server]
address = "192.168.2.115"
address = "127.0.0.1"
port = 8501
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -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("<br>", unsafe_allow_html=True)
if st.button("🗑 Clear All", type="secondary"):