Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def start_generation():
|
|
159 |
with gr.Blocks() as welcome_screen:
|
160 |
with gr.Row():
|
161 |
gr.Image(
|
162 |
-
value="
|
163 |
elem_id="logo",
|
164 |
height=200,
|
165 |
width=300
|
|
|
159 |
with gr.Blocks() as welcome_screen:
|
160 |
with gr.Row():
|
161 |
gr.Image(
|
162 |
+
value="http://disneypixaraigenerator.com/wp-content/uploads/2023/12/cropped-android-chrome-512x512-1.png", # Replace with your logo URL
|
163 |
elem_id="logo",
|
164 |
height=200,
|
165 |
width=300
|