Soumen commited on
Commit
b4fd740
·
1 Parent(s): b0e2f8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def main():
118
  if st.button("English"):
119
  text=pytesseract.image_to_string(img)
120
  engsum(text)
121
- elif:
122
  text = message
123
  if st.button("Bangla"):
124
  bansum(text)
 
118
  if st.button("English"):
119
  text=pytesseract.image_to_string(img)
120
  engsum(text)
121
+ else:
122
  text = message
123
  if st.button("Bangla"):
124
  bansum(text)