mkrzyzan commited on
Commit
75dda18
1 Parent(s): 70a1f68
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -6,11 +6,13 @@ wellcomingMessage = """
6
  <h1>Face Swapping</h1>
7
  <p>If you like this app, plase take a look at my <a href="https://www.meetup.com/tech-web3-enthusiasts-united-insightful-conversations/" target="_blank">Meetup Group</a>! There will be more interesting apps and events soon.</p>
8
  <p>Happy <span style="font-size:500%;color:red;">&hearts;</span> coding!</p>
9
- <p style="color: grey;">🚀 Love my Face-Swapping Fun? Support Me with Crypto</p>
10
- <ul style="color: grey; font-family: 'Times New Roman', Times, serif;">
11
- <li>BTC: 1MhR1TDqnEhgsHkWcrJtSj7vaNygupxn6G</li>
12
- <li>ETH: 0x0459620D616C6D827603d43539519FA320B831c2</li>
13
- </ul>
 
 
14
  """
15
 
16
  assert insightface.__version__>='0.7'
 
6
  <h1>Face Swapping</h1>
7
  <p>If you like this app, plase take a look at my <a href="https://www.meetup.com/tech-web3-enthusiasts-united-insightful-conversations/" target="_blank">Meetup Group</a>! There will be more interesting apps and events soon.</p>
8
  <p>Happy <span style="font-size:500%;color:red;">&hearts;</span> coding!</p>
9
+ <div style="color: grey; font-size:small;">
10
+ <p>🚀 Love my Face-Swapping Fun? Support Me with Crypto</p>
11
+ <ul">
12
+ <li>BTC: 1MhR1TDqnEhgsHkWcrJtSj7vaNygupxn6G</li>
13
+ <li>ETH: 0x0459620D616C6D827603d43539519FA320B831c2</li>
14
+ </ul>
15
+ </div>
16
  """
17
 
18
  assert insightface.__version__>='0.7'