Jerrycool commited on
Commit
9d8636c
·
verified ·
1 Parent(s): dd97f59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -487,7 +487,7 @@ intro_image_css = """
487
  /* --- CSS for the Image tag itself in the About Tab --- */
488
  #intro-image img { /* Target the actual <img> tag */
489
  display: block;
490
- max-width: 400px;
491
  width: 90%;
492
  height: auto;
493
  margin: 0rem auto 0rem auto; /* Adjusted margin slightly */
@@ -516,7 +516,7 @@ with demo:
516
  # NEW ⭐: image immediately below the introduction
517
  with gr.Row():
518
  gr.Image(
519
- value="icon.jpg",
520
  show_label=False,
521
  elem_id="intro-image",
522
  )
 
487
  /* --- CSS for the Image tag itself in the About Tab --- */
488
  #intro-image img { /* Target the actual <img> tag */
489
  display: block;
490
+ max-width: 800px;
491
  width: 90%;
492
  height: auto;
493
  margin: 0rem auto 0rem auto; /* Adjusted margin slightly */
 
516
  # NEW ⭐: image immediately below the introduction
517
  with gr.Row():
518
  gr.Image(
519
+ value="icon_long.jpg",
520
  show_label=False,
521
  elem_id="intro-image",
522
  )