Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ css="""
|
|
40 |
.img_box{
|
41 |
display: flex;
|
42 |
flex-direction: column;
|
|
|
43 |
flex-wrap: wrap;
|
44 |
-
height: 20000px;
|
45 |
}
|
46 |
.img_class{
|
47 |
background: #ffffff;
|
|
|
40 |
.img_box{
|
41 |
display: flex;
|
42 |
flex-direction: column;
|
43 |
+
flex-flow: unset;
|
44 |
flex-wrap: wrap;
|
|
|
45 |
}
|
46 |
.img_class{
|
47 |
background: #ffffff;
|