Update app.py
Browse files
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
|
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">
|