Jerrycool commited on
Commit
0df002c
·
verified ·
1 Parent(s): 7c5eced

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -463,7 +463,7 @@ image_css = """
463
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Default shadow for light mode */
464
  }
465
  #intro-image img {
466
- max-width: 800px;
467
  width: 90%;
468
  }
469
  #about-image img {
@@ -568,7 +568,7 @@ with demo:
568
  # NEW ⭐: image immediately below the title (Moved from below intro for better flow)
569
  with gr.Row():
570
  gr.Image(
571
- value="icon_long.jpg",
572
  show_label=False,
573
  elem_id="intro-image", # Keep ID for CSS targeting
574
  # container=False # Optional: removes Gradio's container styling if needed
 
463
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Default shadow for light mode */
464
  }
465
  #intro-image img {
466
+ max-width: 500px;
467
  width: 90%;
468
  }
469
  #about-image img {
 
568
  # NEW ⭐: image immediately below the title (Moved from below intro for better flow)
569
  with gr.Row():
570
  gr.Image(
571
+ value="icon.jpg",
572
  show_label=False,
573
  elem_id="intro-image", # Keep ID for CSS targeting
574
  # container=False # Optional: removes Gradio's container styling if needed