model2 commited on
Commit
4920c2a
·
1 Parent(s): aec6dd4
Files changed (1) hide show
  1. app.py +9 -0
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