fffiloni commited on
Commit
d36a529
1 Parent(s): fd37796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -301,6 +301,10 @@ css = """
301
  line-height: 24px;
302
  font-weight: 600;
303
  }
 
 
 
 
304
  """
305
 
306
  with gr.Blocks(css=css) as demo:
 
301
  line-height: 24px;
302
  font-weight: 600;
303
  }
304
+ /* fix examples gallery width on mobile */
305
+ div#component-11 > .gallery > .gallery-item > .container > img {
306
+ width: auto!important;
307
+ }
308
  """
309
 
310
  with gr.Blocks(css=css) as demo: