Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with tab1:
|
|
91 |
|
92 |
with tab2:
|
93 |
st.subheader("Square an image app")
|
94 |
-
img_description = st.text('Image will be squared with color filler where applicable. Suitable for
|
95 |
uploaded_file = st.file_uploader("Upload a JPG image to square and fill with color.", type=['jpg'])
|
96 |
|
97 |
if uploaded_file is not None:
|
|
|
91 |
|
92 |
with tab2:
|
93 |
st.subheader("Square an image app")
|
94 |
+
img_description = st.text('Image will be squared with color filler where applicable. Suitable for instagram posts.')
|
95 |
uploaded_file = st.file_uploader("Upload a JPG image to square and fill with color.", type=['jpg'])
|
96 |
|
97 |
if uploaded_file is not None:
|