Spaces:
Sleeping
Sleeping
Deepa Shalini commited on
Commit ·
8bfeb0b
1
Parent(s): 9e2ce44
changed prompt for animated USA choropleth
Browse files- gallery_data.py +1 -1
gallery_data.py
CHANGED
|
@@ -6,7 +6,7 @@ Add new gallery items by appending to the GALLERY_DATA list
|
|
| 6 |
GALLERY_DATA = [
|
| 7 |
{
|
| 8 |
"image": "/assets/gallery/1_image.png",
|
| 9 |
-
"prompt": "Create an Animated Choropleth map of the USA displaying state-wise percentage of votes for DEMOCRAT
|
| 10 |
"csv_link": "/assets/gallery/datasets/1976-2020_president.csv",
|
| 11 |
"badge": "Animated choropleth"
|
| 12 |
},
|
|
|
|
| 6 |
GALLERY_DATA = [
|
| 7 |
{
|
| 8 |
"image": "/assets/gallery/1_image.png",
|
| 9 |
+
"prompt": "Create an Animated Choropleth map of the USA displaying state-wise percentage of votes (in a blue color scale) for DEMOCRAT over the years.",
|
| 10 |
"csv_link": "/assets/gallery/datasets/1976-2020_president.csv",
|
| 11 |
"badge": "Animated choropleth"
|
| 12 |
},
|