Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|