Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,9 @@ def details_fn(query):
|
|
| 76 |
flex-wrap: wrap;
|
| 77 |
justify-content: space-evenly;
|
| 78 |
align-items: center;
|
| 79 |
-
align-content:
|
|
|
|
|
|
|
| 80 |
}
|
| 81 |
.im_each{
|
| 82 |
background: blue;
|
|
@@ -91,6 +93,9 @@ def details_fn(query):
|
|
| 91 |
#txt_box{
|
| 92 |
visibility:hidden;
|
| 93 |
}
|
|
|
|
|
|
|
|
|
|
| 94 |
</style>
|
| 95 |
<div class='main_box'>
|
| 96 |
<div>
|
|
|
|
| 76 |
flex-wrap: wrap;
|
| 77 |
justify-content: space-evenly;
|
| 78 |
align-items: center;
|
| 79 |
+
align-content: flex-start;
|
| 80 |
+
max-height: 500px;
|
| 81 |
+
overflow-y: auto;
|
| 82 |
}
|
| 83 |
.im_each{
|
| 84 |
background: blue;
|
|
|
|
| 93 |
#txt_box{
|
| 94 |
visibility:hidden;
|
| 95 |
}
|
| 96 |
+
#im_up{
|
| 97 |
+
max-height:500px;
|
| 98 |
+
}
|
| 99 |
</style>
|
| 100 |
<div class='main_box'>
|
| 101 |
<div>
|