Spaces:
Sleeping
Sleeping
Update pages/Info _of_Image.py
Browse files- pages/Info _of_Image.py +13 -0
pages/Info _of_Image.py
CHANGED
@@ -23,6 +23,19 @@ custom_css = """
|
|
23 |
p {
|
24 |
color: #FFFFFF; /* White text for paragraphs */
|
25 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
</style>
|
27 |
"""
|
28 |
|
|
|
23 |
p {
|
24 |
color: #FFFFFF; /* White text for paragraphs */
|
25 |
}
|
26 |
+
stButton>button:hover {
|
27 |
+
background-color: #45a049; /* Darker Green on hover */
|
28 |
+
color: white;
|
29 |
+
}
|
30 |
+
.stButton>div:nth-child(1)>button {
|
31 |
+
background-color: #2196F3; /* Blue */
|
32 |
+
}
|
33 |
+
.stButton>div:nth-child(2)>button {
|
34 |
+
background-color: #f44336; /* Red */
|
35 |
+
}
|
36 |
+
.stButton>div:nth-child(3)>button {
|
37 |
+
background-color: #FF9800; /* Orange */
|
38 |
+
}
|
39 |
</style>
|
40 |
"""
|
41 |
|