IncreasingLoss commited on
Commit
f4314ba
·
verified ·
1 Parent(s): c987d89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -547,18 +547,11 @@ css = """
547
  object-fit: cover !important;
548
  margin: 5px !important;
549
  }
550
- .fixed-height.svelte-842rpi.svelte-842rpi {
551
  min-height: 0 !important;
552
  max-height: none !important;
553
  height: auto !important;
554
  }
555
- @media (min-width: 1280px) {
556
- .fixed-height.svelte-842rpi.svelte-842rpi {
557
- min-height: 0 !important;
558
- max-height: none !important;
559
- height: auto !important;
560
- }
561
- }
562
  """
563
 
564
  """gradio app"""
 
547
  object-fit: cover !important;
548
  margin: 5px !important;
549
  }
550
+ #my_media_gallery {
551
  min-height: 0 !important;
552
  max-height: none !important;
553
  height: auto !important;
554
  }
 
 
 
 
 
 
 
555
  """
556
 
557
  """gradio app"""