Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -762,7 +762,7 @@ async def predict(image):
|
|
| 762 |
color: white;
|
| 763 |
text-align: left;
|
| 764 |
border-radius: 8px;
|
| 765 |
-
padding:
|
| 766 |
position: absolute;
|
| 767 |
z-index: 100;
|
| 768 |
bottom: 150%;
|
|
@@ -789,10 +789,14 @@ async def predict(image):
|
|
| 789 |
}}
|
| 790 |
|
| 791 |
.tooltip-text strong {{
|
| 792 |
-
color: white !important;
|
| 793 |
-
background-color: transparent !important;
|
| 794 |
display: block; /* 讓標題獨立一行 */
|
| 795 |
-
margin-bottom:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 796 |
}}
|
| 797 |
|
| 798 |
.tooltip .tooltip-text::after {{
|
|
|
|
| 762 |
color: white;
|
| 763 |
text-align: left;
|
| 764 |
border-radius: 8px;
|
| 765 |
+
padding: 10px;
|
| 766 |
position: absolute;
|
| 767 |
z-index: 100;
|
| 768 |
bottom: 150%;
|
|
|
|
| 789 |
}}
|
| 790 |
|
| 791 |
.tooltip-text strong {{
|
| 792 |
+
color: white !important;
|
| 793 |
+
background-color: transparent !important;
|
| 794 |
display: block; /* 讓標題獨立一行 */
|
| 795 |
+
margin-bottom: 4px; /* 增加標題下方間距 */
|
| 796 |
+
}}
|
| 797 |
+
|
| 798 |
+
.tooltip-text br {{
|
| 799 |
+
line-height: 1.2; /* 減少行距 */
|
| 800 |
}}
|
| 801 |
|
| 802 |
.tooltip .tooltip-text::after {{
|