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