Modified EA Comparator to allow for up to 20 set files to be compared
This commit is contained in:
@@ -7,5 +7,5 @@ textColor = "#1a1a1a"
|
|||||||
font = "sans serif"
|
font = "sans serif"
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
address = "192.168.2.115"
|
address = "127.0.0.1"
|
||||||
port = 8501
|
port = 8501
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -34,7 +34,7 @@ def render():
|
|||||||
# ── Controls ──────────────────────────────────────────────────────────────
|
# ── Controls ──────────────────────────────────────────────────────────────
|
||||||
col1, col2, col3 = st.columns([1, 1, 4])
|
col1, col2, col3 = st.columns([1, 1, 4])
|
||||||
with col1:
|
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:
|
with col2:
|
||||||
st.markdown("<br>", unsafe_allow_html=True)
|
st.markdown("<br>", unsafe_allow_html=True)
|
||||||
if st.button("🗑 Clear All", type="secondary"):
|
if st.button("🗑 Clear All", type="secondary"):
|
||||||
|
|||||||
Reference in New Issue
Block a user