Daniel Cerda Escobar
commited on
Commit
·
a1ec4ad
1
Parent(s):
23f44d9
Update app file
Browse files
app.py
CHANGED
@@ -34,12 +34,11 @@ with col2:
|
|
34 |
|
35 |
st.write('##')
|
36 |
|
37 |
-
col1, col2, col3 = st.columns([10, 10, 10])
|
38 |
-
with
|
39 |
st.markdown(f"##### Input File")
|
40 |
# set input image by upload
|
41 |
image_file = st.file_uploader("Upload your diagram", type=["pdf"])
|
42 |
-
with col2:
|
43 |
# set input images from examples
|
44 |
def slider_func(option):
|
45 |
option_to_id = {
|
|
|
34 |
|
35 |
st.write('##')
|
36 |
|
37 |
+
col1, col2, col3, col4 = st.columns([10, 10, 10, 10])
|
38 |
+
with col2:
|
39 |
st.markdown(f"##### Input File")
|
40 |
# set input image by upload
|
41 |
image_file = st.file_uploader("Upload your diagram", type=["pdf"])
|
|
|
42 |
# set input images from examples
|
43 |
def slider_func(option):
|
44 |
option_to_id = {
|