Nischay103 commited on
Commit
2ac0f48
·
verified ·
1 Parent(s): 738a12d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ if uploaded_file is not None:
91
  st.write(f"Recognized Character Sequence: {output}")
92
 
93
  st.write("## examples")
94
- # cols = st.columns(4)
95
  # for idx,(model_variant,captcha_path) in enumerate(example_captchas.items()):
96
  # col = cols[idx % 4]
97
  # col.image(captcha_path,caption=f'{captcha_path.split("/")[-1]}', width=100)
 
91
  st.write(f"Recognized Character Sequence: {output}")
92
 
93
  st.write("## examples")
94
+ cols = st.columns(4)
95
  # for idx,(model_variant,captcha_path) in enumerate(example_captchas.items()):
96
  # col = cols[idx % 4]
97
  # col.image(captcha_path,caption=f'{captcha_path.split("/")[-1]}', width=100)