Deepa Shalini commited on
Commit
8bfeb0b
·
1 Parent(s): 9e2ce44

changed prompt for animated USA choropleth

Browse files
Files changed (1) hide show
  1. 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 in all the years.",
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
  },