HarryLee commited on
Commit
6058fa5
·
1 Parent(s): 1dc9db2

Update app.py

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