Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,11 @@ body {
|
|
106 |
width:50px;
|
107 |
transition: transform 0.5s ease;
|
108 |
}
|
|
|
|
|
|
|
|
|
|
|
109 |
footer {display: none !important;}
|
110 |
"""
|
111 |
|
|
|
106 |
width:50px;
|
107 |
transition: transform 0.5s ease;
|
108 |
}
|
109 |
+
#example_img .container{
|
110 |
+
height:80px;
|
111 |
+
width:50px;
|
112 |
+
transition: transform 0.5s ease;
|
113 |
+
}
|
114 |
footer {display: none !important;}
|
115 |
"""
|
116 |
|