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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ def search(query):
194
 
195
  st.write(show_out[0:maxtags_sidebar])
196
 
197
- for i in show_out[0:maxtags_sidebar]
198
  st.write(i)
199
 
200
  st.write("## Results:")
 
194
 
195
  st.write(show_out[0:maxtags_sidebar])
196
 
197
+ for i in show_out[0:maxtags_sidebar]:
198
  st.write(i)
199
 
200
  st.write("## Results:")