Suchinthana commited on
Commit
075d765
·
1 Parent(s): 2cf2e45

Prompt update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ Handle the following cases:\
52
  1. **Single or Multiple Points**: Create a point or a list of points for multiple cities.\
53
  2. **LineString**: Create a line between two cities.\
54
  3. **Polygon**: Represent an area formed by three or more cities (closed). Example: Cities forming a triangle (A, B, C).\
55
- 4. **MultiPoint, MultiLineString, MultiPolygon, GeometryCollection**: Use as needed based on the question.\
56
  \
57
  For example, if asked about cities forming a polygon, create a feature like this:\
58
  \
 
52
  1. **Single or Multiple Points**: Create a point or a list of points for multiple cities.\
53
  2. **LineString**: Create a line between two cities.\
54
  3. **Polygon**: Represent an area formed by three or more cities (closed). Example: Cities forming a triangle (A, B, C).\
55
+ 4. **MultiPoint, MultiLineString, MultiPolygon, GeometryCollection**: Use as needed, these would create by adding many of above, so you might not need them most, based on the question.\
56
  \
57
  For example, if asked about cities forming a polygon, create a feature like this:\
58
  \