AItool commited on
Commit
01e79f5
·
verified ·
1 Parent(s): ada75ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>