Spaces:
Runtime error
Runtime error
Update ui.py
Browse files
ui.py
CHANGED
|
@@ -15,7 +15,7 @@ def get_theme():
|
|
| 15 |
# Load images and descriptions
|
| 16 |
def load_images():
|
| 17 |
image_carousel_data = {
|
| 18 |
-
"
|
| 19 |
{"image": "images/rId1.png", "description": "NASA"},
|
| 20 |
{"image": "images/rId2.png", "description": "NASA"},
|
| 21 |
],
|
|
|
|
| 15 |
# Load images and descriptions
|
| 16 |
def load_images():
|
| 17 |
image_carousel_data = {
|
| 18 |
+
"NASA": [
|
| 19 |
{"image": "images/rId1.png", "description": "NASA"},
|
| 20 |
{"image": "images/rId2.png", "description": "NASA"},
|
| 21 |
],
|