Spaces:
Build error
Build error
bugfix: views
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ view_questions = [
|
|
| 68 |
"This is a city view, showing buildings, streets, and urban infrastructure.",
|
| 69 |
"This is a view of greenery, focusing on trees, parks, gardens, and other vegetative elements.",
|
| 70 |
"This is a mountain view, showing mountains, hills, and rocky landscapes.",
|
| 71 |
-
"This is a view of the sea
|
| 72 |
]
|
| 73 |
|
| 74 |
view_labels = ['city', 'greenery', 'mountain', 'sea']
|
|
|
|
| 68 |
"This is a city view, showing buildings, streets, and urban infrastructure.",
|
| 69 |
"This is a view of greenery, focusing on trees, parks, gardens, and other vegetative elements.",
|
| 70 |
"This is a mountain view, showing mountains, hills, and rocky landscapes.",
|
| 71 |
+
"This is a view of the sea"
|
| 72 |
]
|
| 73 |
|
| 74 |
view_labels = ['city', 'greenery', 'mountain', 'sea']
|