Nischay103 commited on
Commit
cfeeb45
·
verified ·
1 Parent(s): 0ffaa69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ if uploaded_file is not None:
93
  st.write("## examples")
94
  __placeholder__ = st.empty()
95
  cols = st.columns(4)
96
-
97
  for idx,(model_variant,captcha_path) in enumerate(example_captchas.items()):
98
  with cols[idx % 4]:
99
  st.image(captcha_path, caption=f'{captcha_path.split("/")[-1]}', width=160)
 
93
  st.write("## examples")
94
  __placeholder__ = st.empty()
95
  cols = st.columns(4)
96
+ #comment
97
  for idx,(model_variant,captcha_path) in enumerate(example_captchas.items()):
98
  with cols[idx % 4]:
99
  st.image(captcha_path, caption=f'{captcha_path.split("/")[-1]}', width=160)