Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def main():
|
|
73 |
def change_photo_state():
|
74 |
st.session_state["photo"]="done"
|
75 |
st.subheader("Please, feed your image/text, features/services will appear automatically!")
|
76 |
-
message = st.text_input("Type
|
77 |
camera_photo = st.camera_input("Take a photo, Containing English or Bangla texts", on_change=change_photo_state)
|
78 |
uploaded_photo = st.file_uploader("Upload Image, Containing English or Bangla texts",type=['jpg','png','jpeg'], on_change=change_photo_state)
|
79 |
if "photo" not in st.session_state:
|
|
|
73 |
def change_photo_state():
|
74 |
st.session_state["photo"]="done"
|
75 |
st.subheader("Please, feed your image/text, features/services will appear automatically!")
|
76 |
+
message = st.text_input("Type your text here!")
|
77 |
camera_photo = st.camera_input("Take a photo, Containing English or Bangla texts", on_change=change_photo_state)
|
78 |
uploaded_photo = st.file_uploader("Upload Image, Containing English or Bangla texts",type=['jpg','png','jpeg'], on_change=change_photo_state)
|
79 |
if "photo" not in st.session_state:
|