Spaces:
Sleeping
Sleeping
Commit
·
886eb90
1
Parent(s):
5830765
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ if len(similar_select) > 0:
|
|
134 |
.reset_index() \
|
135 |
.sort_values(by=similar_select, ascending=False) \
|
136 |
.query('name in @filter_all'),
|
137 |
-
column_config={similar_select: st.column_config.NumberColumn('% similarity to selected')},
|
138 |
hide_index=True) \
|
139 |
|
140 |
#recipes[recipes['name'].isin(filter_all)]
|
|
|
134 |
.reset_index() \
|
135 |
.sort_values(by=similar_select, ascending=False) \
|
136 |
.query('name in @filter_all'),
|
137 |
+
column_config={similar_select[0]: st.column_config.NumberColumn('% similarity to selected')},
|
138 |
hide_index=True) \
|
139 |
|
140 |
#recipes[recipes['name'].isin(filter_all)]
|