Spaces:
Running
Running
Update app.py
Browse files
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:
|
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="
|
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 |
)
|