Spaces:
Runtime error
Runtime error
Update description and add links
Browse files
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 |
-
<
|
|
|
|
|
22 |
<div style="display: inline-block; text-align: left;">
|
23 |
<h1 style="font-size: 36px; margin: 0;">AI Lawyer</h1>
|
24 |
-
<
|
|
|
|
|
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 |
'''
|