model2 commited on
Commit
8bda490
·
1 Parent(s): b779e18
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -289,12 +289,24 @@ if __name__ == "__main__":
289
  }
290
 
291
  #example-images {
 
292
  max-width: 320px;
293
  align-items: left;
294
  align: left;
 
 
 
 
 
 
 
295
  }
296
 
297
  .example-image {
 
 
 
 
298
  max-width: 140px !important; /* fix the width of image */
299
  max-height: 140px !important; /* fix the height of image */
300
  }
 
289
  }
290
 
291
  #example-images {
292
+ display: flex;
293
  max-width: 320px;
294
  align-items: left;
295
  align: left;
296
+ justify-content: left;
297
+ margin-left: 0;
298
+ margin-right: 0;
299
+ padding-left: 0;
300
+ padding-right: 0;
301
+ overflow-x: auto;
302
+ gap: 20px;
303
  }
304
 
305
  .example-image {
306
+ display: flex;
307
+ flex-direction: column;
308
+ align-items: start;
309
+ margin-right: 20px;
310
  max-width: 140px !important; /* fix the width of image */
311
  max-height: 140px !important; /* fix the height of image */
312
  }