gagan3012 commited on
Commit
4e8552c
·
1 Parent(s): 43ac388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ if img_file:
149
  # st.subheader("Output: Preview and Analyze")
150
  # # _ = cropped_img.thumbnail((150, 150))
151
  # st.image(cropped_img)
152
- # button = st.button("Run OCR")
153
 
154
  if button:
155
  with st.spinner('Running OCR...'):
 
149
  # st.subheader("Output: Preview and Analyze")
150
  # # _ = cropped_img.thumbnail((150, 150))
151
  # st.image(cropped_img)
152
+ button = st.sidebar.button("Run OCR")
153
 
154
  if button:
155
  with st.spinner('Running OCR...'):