Spaces:
Sleeping
Sleeping
Commit
·
a3e32eb
1
Parent(s):
43287d2
Update app.py
Browse files
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("
|
14 |
# subtitle
|
15 |
-
st.markdown("##
|
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:
|