Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ body {
|
|
99 |
width:50px;
|
100 |
transition: transform 0.5s ease;
|
101 |
}
|
102 |
-
#
|
103 |
width:50px;
|
104 |
height:100%;
|
105 |
}
|
@@ -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;
|
|
|
99 |
width:50px;
|
100 |
transition: transform 0.5s ease;
|
101 |
}
|
102 |
+
#example_img{
|
103 |
width:50px;
|
104 |
height:100%;
|
105 |
}
|
|
|
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;
|