AItool commited on
Commit
c7d68d3
·
verified ·
1 Parent(s): 3d2a8fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def application_page():
153
  <body>
154
  <img class="banner" src="/static/images/banner.jpg" alt="Banner" width="100%">
155
  <h2>Square Image Application</h2>
156
- <p>Upload a JPG image to square and fill with color filler.</p>
157
  <form action="/upload/" enctype="multipart/form-data" method="post">
158
  <input name="file" type="file">
159
  <input type="submit" value="Square It">
 
153
  <body>
154
  <img class="banner" src="/static/images/banner.jpg" alt="Banner" width="100%">
155
  <h2>Square Image Application</h2>
156
+ <p>Upload a JPG or PNG image to square and fill with color padding.</p>
157
  <form action="/upload/" enctype="multipart/form-data" method="post">
158
  <input name="file" type="file">
159
  <input type="submit" value="Square It">