Spaces:
Running
on
Zero
Running
on
Zero
Suchinthana
commited on
Commit
·
d625112
1
Parent(s):
124c575
Prompt for point update
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ Description: A prompt for a diffusion model describing the what should we draw r
|
|
49 |
\
|
50 |
Handle the following cases:\
|
51 |
\
|
52 |
-
1. **
|
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 (list of Points), MultiLineString, MultiPolygon, GeometryCollection**: Use as needed, these would create by adding many of above.\
|
|
|
49 |
\
|
50 |
Handle the following cases:\
|
51 |
\
|
52 |
+
1. **Point**: Create a point city.\
|
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 (list of Points), MultiLineString, MultiPolygon, GeometryCollection**: Use as needed, these would create by adding many of above.\
|