Spaces:
Running
on
Zero
Running
on
Zero
StevenChen16
commited on
Commit
•
0c907be
1
Parent(s):
5c5f011
修改logo路径(因为前序版本使用Wealth Wizards website的hotlink现已不支持)
Browse files- app.py +1 -1
- images/logo.png +0 -0
app.py
CHANGED
@@ -22,7 +22,7 @@ MODEL_NAME_OR_PATH = 'StevenChen16/llama3-8b-Lawyer'
|
|
22 |
DESCRIPTION = '''
|
23 |
<div style="display: flex; align-items: center; justify-content: center; text-align: center;">
|
24 |
<a href="https://wealthwizards.org/" target="_blank">
|
25 |
-
<img src="
|
26 |
</a>
|
27 |
<div style="display: inline-block; text-align: left;">
|
28 |
<h1 style="font-size: 36px; margin: 0;">AI Lawyer</h1>
|
|
|
22 |
DESCRIPTION = '''
|
23 |
<div style="display: flex; align-items: center; justify-content: center; text-align: center;">
|
24 |
<a href="https://wealthwizards.org/" target="_blank">
|
25 |
+
<img src="./images/logo.png" alt="Wealth Wizards Logo" style="width: 60px; height: auto; margin-right: 10px;">
|
26 |
</a>
|
27 |
<div style="display: inline-block; text-align: left;">
|
28 |
<h1 style="font-size: 36px; margin: 0;">AI Lawyer</h1>
|
images/logo.png
ADDED