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