remiserra commited on
Commit
9cd2dcf
·
1 Parent(s): 73dc8c0
Files changed (1) hide show
  1. prompts.py +2 -2
prompts.py CHANGED
@@ -10,7 +10,7 @@ Instructions:
10
  Result SVG XML:
11
  """,
12
  "display": True,
13
- "example": "Tree dots",
14
  "primer": '<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg"',
15
  },
16
  "Modify SVG": {
@@ -91,7 +91,7 @@ SVG XML in IBM design style:
91
 
92
  """,
93
  "display": False,
94
- "example": "Tree dots",
95
  "primer": '<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg"',
96
  },
97
  }
 
10
  Result SVG XML:
11
  """,
12
  "display": True,
13
+ "example": "Three dots",
14
  "primer": '<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg"',
15
  },
16
  "Modify SVG": {
 
91
 
92
  """,
93
  "display": False,
94
+ "example": "Three dots",
95
  "primer": '<?xml version="1.0" ?><svg xmlns="http://www.w3.org/2000/svg"',
96
  },
97
  }