maghwa commited on
Commit
5399fc0
1 Parent(s): 4fb8ae0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -269,6 +269,10 @@ def main() -> None:
269
  .generating {
270
  border: none;
271
  }
 
 
 
 
272
  """
273
 
274
  with gr.Blocks(css=css) as demo:
 
269
  .generating {
270
  border: none;
271
  }
272
+ img {
273
+ width: auto; /* or you can set it to a specific width like 200px */
274
+ height: 100px; /* adjust the height as needed */
275
+ }
276
  """
277
 
278
  with gr.Blocks(css=css) as demo: