Spaces:
Running
on
Zero
Running
on
Zero
gradio
Browse files
app.py
CHANGED
|
@@ -299,11 +299,13 @@ if __name__ == "__main__":
|
|
| 299 |
flex-wrap: nowrap;
|
| 300 |
overflow-x: auto;
|
| 301 |
justify-content: flex-start;
|
|
|
|
| 302 |
}
|
| 303 |
|
| 304 |
.example-image {
|
| 305 |
flex: 0 0 auto;
|
| 306 |
margin-right: 16px;
|
|
|
|
| 307 |
}
|
| 308 |
|
| 309 |
.example-image img {
|
|
|
|
| 299 |
flex-wrap: nowrap;
|
| 300 |
overflow-x: auto;
|
| 301 |
justify-content: flex-start;
|
| 302 |
+
max-width: 320px;
|
| 303 |
}
|
| 304 |
|
| 305 |
.example-image {
|
| 306 |
flex: 0 0 auto;
|
| 307 |
margin-right: 16px;
|
| 308 |
+
max-width: 50%;
|
| 309 |
}
|
| 310 |
|
| 311 |
.example-image img {
|