Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ def demo_page():
|
|
| 85 |
<img src="data:image/jpeg;base64,{encoded_img1}" />
|
| 86 |
<h3>Result 2:</h3>
|
| 87 |
<img src="data:image/jpeg;base64,{encoded_img2}" />
|
| 88 |
-
<p><a href="/">Back
|
| 89 |
</body>
|
| 90 |
</html>
|
| 91 |
"""
|
|
@@ -100,9 +100,9 @@ def application_page():
|
|
| 100 |
<p>Upload a JPG image to square and fill with color filler.</p>
|
| 101 |
<form action="/upload/" enctype="multipart/form-data" method="post">
|
| 102 |
<input name="file" type="file">
|
| 103 |
-
<input type="
|
| 104 |
</form>
|
| 105 |
-
<a href="/">Back
|
| 106 |
</body>
|
| 107 |
</html>
|
| 108 |
"""
|
|
|
|
| 85 |
<img src="data:image/jpeg;base64,{encoded_img1}" />
|
| 86 |
<h3>Result 2:</h3>
|
| 87 |
<img src="data:image/jpeg;base64,{encoded_img2}" />
|
| 88 |
+
<p><a href="/">Back</a></p>
|
| 89 |
</body>
|
| 90 |
</html>
|
| 91 |
"""
|
|
|
|
| 100 |
<p>Upload a JPG image to square and fill with color filler.</p>
|
| 101 |
<form action="/upload/" enctype="multipart/form-data" method="post">
|
| 102 |
<input name="file" type="file">
|
| 103 |
+
<input type="Square It">
|
| 104 |
</form>
|
| 105 |
+
<a href="/">Back</a>
|
| 106 |
</body>
|
| 107 |
</html>
|
| 108 |
"""
|