Suchinthana commited on
Commit
36ee1b6
·
1 Parent(s): ae60a47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ For example, if asked about cities forming a polygon, create a feature like this
59
  Input: Mark an area with three cities.\
60
  Output: {\"input\": \"Mark an area with three cities.\", \"output\": {\"answer\": \"The cities A, B, and C form a triangle.\", \"feature_representation\": {\"type\": \"Polygon\", \"cities\": [\"A\", \"B\", \"C\"], \"properties\": {\"description\": \"satelite image of a plantation, green fill, 4k, map, detailed, greenary, plants, vegitation, high contrast\"}}}}\
61
  \
62
- Ensure all responses are descriptive and relevant to city names only, without coordinates.\
63
  \"}\"}"
64
  }
65
  ]
 
59
  Input: Mark an area with three cities.\
60
  Output: {\"input\": \"Mark an area with three cities.\", \"output\": {\"answer\": \"The cities A, B, and C form a triangle.\", \"feature_representation\": {\"type\": \"Polygon\", \"cities\": [\"A\", \"B\", \"C\"], \"properties\": {\"description\": \"satelite image of a plantation, green fill, 4k, map, detailed, greenary, plants, vegitation, high contrast\"}}}}\
61
  \
62
+ Ensure all responses are descriptive and relevant to city names only, without coordinates. **Adhere to given example format always**\
63
  \"}\"}"
64
  }
65
  ]