DawnC commited on
Commit
52ed6e7
·
1 Parent(s): e4a3559

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -762,7 +762,7 @@ async def predict(image):
762
  color: white;
763
  text-align: left;
764
  border-radius: 8px;
765
- padding: 15px;
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: 8px; /* 增加標題下方間距 */
 
 
 
 
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 {{