Spaces:
Running
on
T4
Running
on
T4
app fixes UI
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ st.markdown("""
|
|
74 |
|
75 |
transform: scale(1.06); /* Optional: adds smooth grow effect */
|
76 |
transition: all 0.3s ease-in-out;
|
77 |
-
border: 2px solid rgba(255, 255, 255,
|
78 |
|
79 |
}
|
80 |
|
|
|
74 |
|
75 |
transform: scale(1.06); /* Optional: adds smooth grow effect */
|
76 |
transition: all 0.3s ease-in-out;
|
77 |
+
border: 2px solid rgba(255, 255, 255, 255); /* white border on hover */
|
78 |
|
79 |
}
|
80 |
|