HarryLee commited on
Commit
a84e6db
·
1 Parent(s): edeec5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)