ardakshalkar commited on
Commit
a3e32eb
·
1 Parent(s): 43287d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,9 +10,9 @@ from KZReader import KZReader
10
 
11
  # main title
12
  st.set_page_config(layout="wide")
13
- st.title("Get text from image with EasyOCR")
14
  # subtitle
15
- st.markdown("## EasyOCRR with Streamlit")
16
  col1, col2 = st.columns(2)
17
  uploaded_file = col1.file_uploader("Upload your file here ",type=['png','jpeg','jpg','pdf'])
18
  if uploaded_file is not None:
 
10
 
11
  # main title
12
  st.set_page_config(layout="wide")
13
+ st.title("Суретте жазылған текстті анықта")
14
  # subtitle
15
+ st.markdown("## әзірше PNG, JPG форматтарың ғана жүктеуге болады")
16
  col1, col2 = st.columns(2)
17
  uploaded_file = col1.file_uploader("Upload your file here ",type=['png','jpeg','jpg','pdf'])
18
  if uploaded_file is not None: