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