Spaces:
Runtime error
Runtime error
Commit
·
5da05af
1
Parent(s):
93626b2
Update app.py
Browse files
app.py
CHANGED
@@ -160,8 +160,8 @@ col1, col2 = st.columns([5, 5])
|
|
160 |
|
161 |
with col1:
|
162 |
if search_query or button_clicked:
|
163 |
-
write_ranking(search_results=query2outputs[search_query][0])
|
164 |
|
165 |
with col2:
|
166 |
if search_query or button_clicked:
|
167 |
-
write_ranking(search_results=aggregated_ranking)
|
|
|
160 |
|
161 |
with col1:
|
162 |
if search_query or button_clicked:
|
163 |
+
write_ranking(search_results=query2outputs[search_query][0])
|
164 |
|
165 |
with col2:
|
166 |
if search_query or button_clicked:
|
167 |
+
write_ranking(search_results=aggregated_ranking)
|