model2 commited on
Commit
1ccdc36
·
1 Parent(s): 8d2ffbe
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -296,8 +296,8 @@ example-images {
296
  }
297
 
298
  .example-image {
299
- max-width: 200px !important; /* fix the width of image */
300
- max-height: 200px !important; /* fix the height of image */
301
  }
302
  """
303
  with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app:
 
296
  }
297
 
298
  .example-image {
299
+ max-width: 160px !important; /* fix the width of image */
300
+ max-height: 160px !important; /* fix the height of image */
301
  }
302
  """
303
  with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app: