ddovidovich
commited on
Commit
·
6e96c04
1
Parent(s):
8995de2
fix
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def convert_rgb(img):
|
|
35 |
st.subheader("Upload Dental Panoramic X-ray Image Image")
|
36 |
image_file = st.file_uploader("Upload Images", type=["png","jpg","jpeg"])
|
37 |
|
38 |
-
col1, col2, col3 = st.columns(
|
39 |
with col1:
|
40 |
ex=load_image(examples[0])
|
41 |
st.image(ex,width=200)
|
|
|
35 |
st.subheader("Upload Dental Panoramic X-ray Image Image")
|
36 |
image_file = st.file_uploader("Upload Images", type=["png","jpg","jpeg"])
|
37 |
|
38 |
+
col1, col2, col3, col4, col5 = st.columns(5)
|
39 |
with col1:
|
40 |
ex=load_image(examples[0])
|
41 |
st.image(ex,width=200)
|