StevenChen16 commited on
Commit
ff41044
·
verified ·
1 Parent(s): a6adca4

Update description and add links

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -18,10 +18,14 @@ MODEL_NAME_OR_PATH = 'StevenChen16/llama3-8b-Lawyer'
18
 
19
  DESCRIPTION = '''
20
  <div style="display: flex; align-items: center; justify-content: center; text-align: center;">
21
- <img src="https://wealthwizards.org/upload/logo_black_no_background_square.png" alt="Wealth Wizards Logo" style="width: 60px; height: auto; margin-right: 10px;">
 
 
22
  <div style="display: inline-block; text-align: left;">
23
  <h1 style="font-size: 36px; margin: 0;">AI Lawyer</h1>
24
- <p style="font-size: 15px; margin: 0;">wealth wizards</p>
 
 
25
  </div>
26
  </div>
27
  '''
 
18
 
19
  DESCRIPTION = '''
20
  <div style="display: flex; align-items: center; justify-content: center; text-align: center;">
21
+ <a href="https://wealthwizards.org/" target="_blank">
22
+ <img src="https://bosseconbizchamps.org/upload/logo_black_no_background_square.png" alt="Wealth Wizards Logo" style="width: 50px; height: auto; margin-right: 10px;">
23
+ </a>
24
  <div style="display: inline-block; text-align: left;">
25
  <h1 style="font-size: 36px; margin: 0;">AI Lawyer</h1>
26
+ <a href="https://wealthwizards.org/" target="_blank" style="text-decoration: none; color: inherit;">
27
+ <p style="font-size: 12px; margin: 0;">wealth wizards</p>
28
+ </a>
29
  </div>
30
  </div>
31
  '''