Spaces:
Running
on
Zero
Running
on
Zero
Suchinthana
commited on
Commit
·
ae60a47
1
Parent(s):
d625112
Prompt update
Browse files
app.py
CHANGED
@@ -49,10 +49,10 @@ Description: A prompt for a diffusion model describing the what should we draw r
|
|
49 |
\
|
50 |
Handle the following cases:\
|
51 |
\
|
52 |
-
1. **Point**: Create a point
|
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
|
56 |
\
|
57 |
For example, if asked about cities forming a polygon, create a feature like this:\
|
58 |
\
|
|
|
49 |
\
|
50 |
Handle the following cases:\
|
51 |
\
|
52 |
+
1. **Single (Point) or Multiple Points (MultiPoint)**: 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 |
\
|