fffiloni commited on
Commit
c221ac3
·
verified ·
1 Parent(s): f08467f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -328,10 +328,7 @@ css = """
328
  line-height: 24px;
329
  font-weight: 600;
330
  }
331
- /* fix examples gallery width on mobile */
332
- div#component-11 > .gallery > .gallery-item > .container > img {
333
- width: auto!important;
334
- }
335
  """
336
 
337
  with gr.Blocks(css=css) as demo:
 
328
  line-height: 24px;
329
  font-weight: 600;
330
  }
331
+
 
 
 
332
  """
333
 
334
  with gr.Blocks(css=css) as demo: