model2 commited on
Commit
24ecc02
·
1 Parent(s): fee5647
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -287,6 +287,11 @@ if __name__ == "__main__":
287
  max-height: 320px !important;
288
  }
289
  }
 
 
 
 
 
290
  """
291
  with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app:
292
  gr.Markdown( """
 
287
  max-height: 320px !important;
288
  }
289
  }
290
+
291
+ #example-image {
292
+ max-width: 200px !important; /* fix the width of image */
293
+ max-height: 200px !important; /* fix the height of image */
294
+ }
295
  """
296
  with gr.Blocks(css=css_code, theme=gr.themes.Base()) as app:
297
  gr.Markdown( """