Spaces:
Build error
Build error
added css styling for gallery component
#7
by
ysharma
HF staff
- opened
app.py
CHANGED
@@ -26,6 +26,7 @@ css = """
|
|
26 |
#share-btn:hover {
|
27 |
background-image: linear-gradient(to right bottom, rgba(110,197,224, 0.9), rgba(138,211,194, 1.0));
|
28 |
}
|
|
|
29 |
"""
|
30 |
|
31 |
examples = [
|
|
|
26 |
#share-btn:hover {
|
27 |
background-image: linear-gradient(to right bottom, rgba(110,197,224, 0.9), rgba(138,211,194, 1.0));
|
28 |
}
|
29 |
+
#gallery img:hover {transform: scale(4.0);}
|
30 |
"""
|
31 |
|
32 |
examples = [
|