Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,9 +94,9 @@ body {
|
|
94 |
background-color: rgb(3, 7, 18) !important;
|
95 |
border: none !important;
|
96 |
}
|
97 |
-
#
|
98 |
height:100%;
|
99 |
-
width:
|
100 |
transition: transform 0.5s ease;
|
101 |
}
|
102 |
#example_img {
|
@@ -108,7 +108,7 @@ body {
|
|
108 |
width:50px;
|
109 |
transition: transform 0.5s ease;
|
110 |
}
|
111 |
-
#
|
112 |
height:50px;
|
113 |
width:50px;
|
114 |
transition: transform 0.5s ease;
|
|
|
94 |
background-color: rgb(3, 7, 18) !important;
|
95 |
border: none !important;
|
96 |
}
|
97 |
+
#example_img .hide-container{
|
98 |
height:100%;
|
99 |
+
width:240px;
|
100 |
transition: transform 0.5s ease;
|
101 |
}
|
102 |
#example_img {
|
|
|
108 |
width:50px;
|
109 |
transition: transform 0.5s ease;
|
110 |
}
|
111 |
+
#example_img .container{
|
112 |
height:50px;
|
113 |
width:50px;
|
114 |
transition: transform 0.5s ease;
|