Spaces:
Runtime error
Runtime error
updated app file
Browse files
app.py
CHANGED
|
@@ -1013,7 +1013,7 @@ with gr.Blocks() as app:
|
|
| 1013 |
|
| 1014 |
# Add the image here
|
| 1015 |
gr.Image(
|
| 1016 |
-
value="logo
|
| 1017 |
label="AI System Logo",
|
| 1018 |
show_label=False,
|
| 1019 |
width=300,
|
|
|
|
| 1013 |
|
| 1014 |
# Add the image here
|
| 1015 |
gr.Image(
|
| 1016 |
+
value="logo.jpg",
|
| 1017 |
label="AI System Logo",
|
| 1018 |
show_label=False,
|
| 1019 |
width=300,
|