Spaces:
Running
on
Zero
Running
on
Zero
Suchinthana
commited on
Commit
·
7af0491
1
Parent(s):
e74df71
Samples updated
Browse files
app.py
CHANGED
@@ -228,8 +228,14 @@ def update_query(selected_query):
|
|
228 |
|
229 |
query_options = [
|
230 |
"Area covering south asian subcontinent",
|
231 |
-
"
|
232 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
|
234 |
with gr.Blocks() as demo:
|
235 |
with gr.Row():
|
|
|
228 |
|
229 |
query_options = [
|
230 |
"Area covering south asian subcontinent",
|
231 |
+
"Draw a line between New York and Los Angeles",
|
232 |
+
"Mark a triangular area using New York, Boston, and Philadelphia",
|
233 |
+
"Mark cities in India",
|
234 |
+
"Mark a circular area around Paris",
|
235 |
+
"Mark the area of west germany",
|
236 |
+
"Mark the area of the Amazon rainforest",
|
237 |
+
"Mark the area of the Sahara desert"
|
238 |
+
]
|
239 |
|
240 |
with gr.Blocks() as demo:
|
241 |
with gr.Row():
|