Jan Mühlnikel
commited on
Commit
·
86f3100
1
Parent(s):
338a6b9
adjusted no matches found message
Browse files- similarity_page.py +1 -1
similarity_page.py
CHANGED
@@ -239,7 +239,7 @@ def show_multi_matching_page():
|
|
239 |
del p1_df, p2_df
|
240 |
else:
|
241 |
st.write("-----")
|
242 |
-
col1, col2, col3 = st.columns([
|
243 |
with col2:
|
244 |
st.write(" ")
|
245 |
st.markdown("There are no results for the applied filter. Try another filter!")
|
|
|
239 |
del p1_df, p2_df
|
240 |
else:
|
241 |
st.write("-----")
|
242 |
+
col1, col2, col3 = st.columns([1.5, 1, 1.5])
|
243 |
with col2:
|
244 |
st.write(" ")
|
245 |
st.markdown("There are no results for the applied filter. Try another filter!")
|