AItool commited on
Commit
cf08216
·
verified ·
1 Parent(s): 5964a73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 to Home</a></p>
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="submit">
104
  </form>
105
- <a href="/">Back to Home</a>
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
  """