AItool commited on
Commit
2278c67
·
verified ·
1 Parent(s): ad416a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -143,6 +143,11 @@ def demo_page():
143
  <img src="data:image/jpeg;base64,{encoded_img2}" />
144
  <p><a href="/">Back</a></p>
145
  </div>
 
 
 
 
 
146
  </body>
147
  </html>
148
  """
@@ -168,6 +173,11 @@ def application_page():
168
  </form>
169
  <a href="/">Back</a>
170
  </div>
 
 
 
 
 
171
  </body>
172
  </html>
173
  """
@@ -216,6 +226,11 @@ async def upload_file(file: UploadFile = File(...)):
216
  Download Full-Size Image</a></p>
217
  <p><a href="/">Back</a></p>
218
  </div>
 
 
 
 
 
219
  </body>
220
  </html>
221
  """,
 
143
  <img src="data:image/jpeg;base64,{encoded_img2}" />
144
  <p><a href="/">Back</a></p>
145
  </div>
146
+ <div id="credit">Image creations by
147
+ <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
148
+ and
149
+ <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
150
+ </div>
151
  </body>
152
  </html>
153
  """
 
173
  </form>
174
  <a href="/">Back</a>
175
  </div>
176
+ <div id="credit">Image creations by
177
+ <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
178
+ and
179
+ <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
180
+ </div>
181
  </body>
182
  </html>
183
  """
 
226
  Download Full-Size Image</a></p>
227
  <p><a href="/">Back</a></p>
228
  </div>
229
+ <div id="credit">Image creations by
230
+ <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
231
+ and
232
+ <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
233
+ </div>
234
  </body>
235
  </html>
236
  """,