Spaces:
Running
on
Zero
Running
on
Zero
Update ui.py
Browse files
ui.py
CHANGED
@@ -16,8 +16,8 @@ def get_theme():
|
|
16 |
def load_images():
|
17 |
image_carousel_data = {
|
18 |
"NASA": [
|
19 |
-
{"image": "images/
|
20 |
-
{"image": "images/
|
21 |
],
|
22 |
# Add more categories and images as needed
|
23 |
}
|
|
|
16 |
def load_images():
|
17 |
image_carousel_data = {
|
18 |
"NASA": [
|
19 |
+
{"image": "images/rld1.png", "description": "NASA"},
|
20 |
+
{"image": "images/rld2.png", "description": "NASA"},
|
21 |
],
|
22 |
# Add more categories and images as needed
|
23 |
}
|