juancopi81 commited on
Commit
16a0358
1 Parent(s): c0ec098

Add buy me a coffee

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -241,6 +241,14 @@ with block as demo:
241
  <p style="margin-bottom: 10px; font-size: 94%">
242
  Running on <b>{device_print}</b>
243
  </p>
 
 
 
 
 
 
 
 
244
  </div>
245
  """
246
  )
 
241
  <p style="margin-bottom: 10px; font-size: 94%">
242
  Running on <b>{device_print}</b>
243
  </p>
244
+ </p>
245
+ <p style="margin-bottom: 10px; font-size: 94%">
246
+ You can buy me a coffee to support this space:
247
+ <span style="display: flex;align-items: center;justify-content: center;height: 30px;">
248
+ <a href="https://www.buymeacoffee.com/juancopi81j">
249
+ <img src="https://badgen.net/badge/icon/Buy%20Me%20A%20Coffee?icon=buymeacoffee&label" alt="Buy me a coffee"></a>.
250
+ </span>
251
+ </p>
252
  </div>
253
  """
254
  )