AItool commited on
Commit
debeebf
·
verified ·
1 Parent(s): 6715d4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 youtube shorts, instagram reels and TikTok.')
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: