Jan Mühlnikel
commited on
Commit
·
f73005b
1
Parent(s):
e7fe5d8
added filter options to single matching tab
Browse files- similarity_page.py +1 -1
similarity_page.py
CHANGED
@@ -273,7 +273,7 @@ def show_multi_matching_page():
|
|
273 |
|
274 |
def show_single_matching_page():
|
275 |
|
276 |
-
col1, col2 = st.columns([
|
277 |
with col1:
|
278 |
st.subheader("Select a reference project")
|
279 |
st.caption("""
|
|
|
273 |
|
274 |
def show_single_matching_page():
|
275 |
|
276 |
+
col1, col2 = st.columns([11, 20])
|
277 |
with col1:
|
278 |
st.subheader("Select a reference project")
|
279 |
st.caption("""
|