Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1252,7 +1252,20 @@ with gr.Blocks(css="""
|
|
1252 |
}
|
1253 |
""") as iface:
|
1254 |
|
1255 |
-
gr.HTML("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1256 |
|
1257 |
# 使用 Tabs 來分隔兩個功能
|
1258 |
with gr.Tabs():
|
|
|
1252 |
}
|
1253 |
""") as iface:
|
1254 |
|
1255 |
+
gr.HTML("""
|
1256 |
+
<header style='text-align: center; padding: 20px; margin-bottom: 20px;'>
|
1257 |
+
<h1 style='font-size: 2.5em; margin-bottom: 10px; color: #2D3748;'>
|
1258 |
+
🐾 PawMatch AI
|
1259 |
+
</h1>
|
1260 |
+
<h2 style='font-size: 1.2em; font-weight: normal; color: #4A5568; margin-top: 5px;'>
|
1261 |
+
Your Smart Dog Breed Guide
|
1262 |
+
</h2>
|
1263 |
+
<div style='width: 50px; height: 3px; background: linear-gradient(90deg, #4299e1, #48bb78); margin: 15px auto;'></div>
|
1264 |
+
<p style='color: #718096; font-size: 0.9em;'>
|
1265 |
+
Powered by AI • Breed Recognition • Smart Matching • Companion Guide
|
1266 |
+
</p>
|
1267 |
+
</header>
|
1268 |
+
""")
|
1269 |
|
1270 |
# 使用 Tabs 來分隔兩個功能
|
1271 |
with gr.Tabs():
|