Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ def search(query):
|
|
197 |
for i in show_out[0:maxtags_sidebar]:
|
198 |
st.write(i)
|
199 |
|
200 |
-
def reranking:
|
201 |
random.shuffle(show_out[0:maxtags_sidebar])
|
202 |
for i in show_out[0:maxtags_sidebar]:
|
203 |
st.write(i)
|
|
|
197 |
for i in show_out[0:maxtags_sidebar]:
|
198 |
st.write(i)
|
199 |
|
200 |
+
def reranking():
|
201 |
random.shuffle(show_out[0:maxtags_sidebar])
|
202 |
for i in show_out[0:maxtags_sidebar]:
|
203 |
st.write(i)
|