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