Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -96,11 +96,11 @@ body {
|
|
96 |
}
|
97 |
#example_img .hide-container{
|
98 |
height:100%;
|
99 |
-
width:
|
100 |
transition: transform 0.5s ease;
|
101 |
}
|
102 |
#example_img {
|
103 |
-
width:
|
104 |
height:100%;
|
105 |
}
|
106 |
#example_img img{
|
|
|
96 |
}
|
97 |
#example_img .hide-container{
|
98 |
height:100%;
|
99 |
+
width:100%;
|
100 |
transition: transform 0.5s ease;
|
101 |
}
|
102 |
#example_img {
|
103 |
+
width:100%;
|
104 |
height:100%;
|
105 |
}
|
106 |
#example_img img{
|