HarryLee commited on
Commit
8533076
·
1 Parent(s): b4fa735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -192,8 +192,7 @@ def search(query):
192
  if num > 1:
193
  show_out.append(i)
194
 
195
- st.write(show_out[0:maxtags_sidebar])
196
-
197
  for i in show_out[0:maxtags_sidebar]:
198
  st.write(i)
199
 
 
192
  if num > 1:
193
  show_out.append(i)
194
 
195
+ #st.write(show_out[0:maxtags_sidebar])
 
196
  for i in show_out[0:maxtags_sidebar]:
197
  st.write(i)
198