Spaces:
Running
on
Zero
Running
on
Zero
vidscbvsdCHEN
commited on
Commit
•
ddd976f
1
Parent(s):
4018110
add logo
Browse files- app.py +4 -2
- images/favicon.svg +50 -0
app.py
CHANGED
@@ -17,8 +17,10 @@ MODEL_NAME_OR_PATH = 'StevenChen16/llama3-8b-Lawyer'
|
|
17 |
|
18 |
|
19 |
DESCRIPTION = '''
|
20 |
-
<div>
|
21 |
-
<h1
|
|
|
|
|
22 |
</div>
|
23 |
'''
|
24 |
|
|
|
17 |
|
18 |
|
19 |
DESCRIPTION = '''
|
20 |
+
<div style="text-align: center;">
|
21 |
+
<h1>AI Lawyer</h1>
|
22 |
+
<p style="font-size: 12px;">wealth wizards</p>
|
23 |
+
<img src="./images/favicon.svg" alt="Wealth Wizards Logo" style="width: 50px; height: auto;">
|
24 |
</div>
|
25 |
'''
|
26 |
|
images/favicon.svg
ADDED