Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ def application_page():
|
|
| 166 |
<body>
|
| 167 |
<img class="banner" src="/static/images/banner.jpg" alt="Banner" width="100%">
|
| 168 |
<h2>Rectangle Image Application</h2>
|
| 169 |
-
<p>Upload a JPG image to rectangle and fill with color filler.</p>
|
| 170 |
<form action="/upload/" enctype="multipart/form-data" method="post">
|
| 171 |
<label for="file">Upload your image:</label>
|
| 172 |
<input name="file" type="file" required><br><br>
|
|
|
|
| 166 |
<body>
|
| 167 |
<img class="banner" src="/static/images/banner.jpg" alt="Banner" width="100%">
|
| 168 |
<h2>Rectangle Image Application</h2>
|
| 169 |
+
<p>Upload a JPG image to rectangle and fill with color filler. Suitable for youtube shorts, instagram reels and TikTok.</p>
|
| 170 |
<form action="/upload/" enctype="multipart/form-data" method="post">
|
| 171 |
<label for="file">Upload your image:</label>
|
| 172 |
<input name="file" type="file" required><br><br>
|