Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ with st.expander("Instructions for Use"):
|
|
130 |
|
131 |
st.write("##")
|
132 |
|
133 |
-
col1, col2, col3 = st.columns([3, 1,
|
134 |
with col1:
|
135 |
st.markdown(f"##### Set input image:")
|
136 |
|
|
|
130 |
|
131 |
st.write("##")
|
132 |
|
133 |
+
col1, col2, col3 = st.columns([3, 1, 9])
|
134 |
with col1:
|
135 |
st.markdown(f"##### Set input image:")
|
136 |
|