Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks(theme=theme, title="AI Creative Studio") as demo:
|
|
96 |
with gr.Row(variant="panel"): # Use a panel variant for distinct header background
|
97 |
with gr.Column(scale=1, min_width=100):
|
98 |
# Placeholder for a logo or icon
|
99 |
-
gr.Image(value="https://gradio
|
100 |
label="Studio Logo",
|
101 |
show_label=False, # Hide the label below the image
|
102 |
height=80,
|
|
|
96 |
with gr.Row(variant="panel"): # Use a panel variant for distinct header background
|
97 |
with gr.Column(scale=1, min_width=100):
|
98 |
# Placeholder for a logo or icon
|
99 |
+
gr.Image(value="https://www.gradio.app/_app/immutable/assets/gradio.CHB5adID.svg",
|
100 |
label="Studio Logo",
|
101 |
show_label=False, # Hide the label below the image
|
102 |
height=80,
|