Spaces:
Running
on
Zero
Running
on
Zero
Update breed_comparison.py
Browse files- breed_comparison.py +3 -4
breed_comparison.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
import gradio as gr
|
| 3 |
import sqlite3
|
| 4 |
from dog_database import get_dog_description
|
|
@@ -337,7 +336,7 @@ def create_comparison_tab(dog_breeds, get_dog_description, breed_noise_info, bre
|
|
| 337 |
margin-top: 20px;
|
| 338 |
padding: 12px 24px;
|
| 339 |
background: linear-gradient(90deg, #4299e1, #48bb78);
|
| 340 |
-
color: white;
|
| 341 |
text-decoration: none;
|
| 342 |
border-radius: 6px;
|
| 343 |
transition: all 0.3s ease;
|
|
@@ -346,11 +345,11 @@ def create_comparison_tab(dog_breeds, get_dog_description, breed_noise_info, bre
|
|
| 346 |
font-weight: 500;
|
| 347 |
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
| 348 |
}
|
| 349 |
-
|
| 350 |
.learn-more-btn:hover {
|
| 351 |
-
background: linear-gradient(135deg, #
|
| 352 |
transform: translateY(-2px);
|
| 353 |
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
|
|
|
| 354 |
}
|
| 355 |
|
| 356 |
.info-disclaimer {
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import sqlite3
|
| 3 |
from dog_database import get_dog_description
|
|
|
|
| 336 |
margin-top: 20px;
|
| 337 |
padding: 12px 24px;
|
| 338 |
background: linear-gradient(90deg, #4299e1, #48bb78);
|
| 339 |
+
color: white !important;
|
| 340 |
text-decoration: none;
|
| 341 |
border-radius: 6px;
|
| 342 |
transition: all 0.3s ease;
|
|
|
|
| 345 |
font-weight: 500;
|
| 346 |
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
| 347 |
}
|
|
|
|
| 348 |
.learn-more-btn:hover {
|
| 349 |
+
background: linear-gradient(135deg, #3182ce, #38a169);
|
| 350 |
transform: translateY(-2px);
|
| 351 |
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
| 352 |
+
color: white !important;
|
| 353 |
}
|
| 354 |
|
| 355 |
.info-disclaimer {
|