Spaces:
Running
on
Zero
Running
on
Zero
gradio
Browse files
app.py
CHANGED
@@ -300,6 +300,15 @@ if __name__ == "__main__":
|
|
300 |
overflow-x: auto;
|
301 |
justify-content: flex-start;
|
302 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
}
|
304 |
"""
|
305 |
|
|
|
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 {
|
310 |
+
max-width: 130px;
|
311 |
+
}
|
312 |
}
|
313 |
"""
|
314 |
|