Daniel Cerda Escobar
commited on
Commit
·
6739e19
1
Parent(s):
a1ec4ad
Update app file
Browse files
app.py
CHANGED
@@ -34,11 +34,12 @@ with col2:
|
|
34 |
|
35 |
st.write('##')
|
36 |
|
37 |
-
col1, col2, col3, col4 = st.columns([
|
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 = {
|
|
|
34 |
|
35 |
st.write('##')
|
36 |
|
37 |
+
col1, col2, col3, col4 = st.columns([5, 15, 15, 5])
|
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 |
+
with col3:
|
43 |
# set input images from examples
|
44 |
def slider_func(option):
|
45 |
option_to_id = {
|