Commit
·
2caa6a6
1
Parent(s):
c777cc8
typo
Browse files
app.py
CHANGED
@@ -141,8 +141,8 @@ if name and model_name:
|
|
141 |
if search_query:
|
142 |
with col1:
|
143 |
if search_query or button_clicked:
|
144 |
-
write_ranking(search_results=query2outputs[search_query][0], "w/o PSC")
|
145 |
|
146 |
with col2:
|
147 |
if search_query or button_clicked:
|
148 |
-
write_ranking(search_results=aggregated_ranking, "w/ PSC")
|
|
|
141 |
if search_query:
|
142 |
with col1:
|
143 |
if search_query or button_clicked:
|
144 |
+
write_ranking(search_results=query2outputs[search_query][0], text="w/o PSC")
|
145 |
|
146 |
with col2:
|
147 |
if search_query or button_clicked:
|
148 |
+
write_ranking(search_results=aggregated_ranking, text="w/ PSC")
|