Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
ajl2718 commited on
Commit ·
33e1b6a
1
Parent(s): c79e5a0
Fix NSW point VIC db bug
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 53 |
dropdown_choice = gr.Dropdown(choices=[("Australia - Small", "au_all_sm"),
|
| 54 |
("Australia - Large", "au_all_lg"),
|
| 55 |
("Victoria, Australia - Large", "au_vic_lg"),
|
| 56 |
-
("New South Wales, Australia - Large", "
|
| 57 |
value="au_all_sm",
|
| 58 |
multiselect=False,
|
| 59 |
label="Database",
|
|
|
|
| 53 |
dropdown_choice = gr.Dropdown(choices=[("Australia - Small", "au_all_sm"),
|
| 54 |
("Australia - Large", "au_all_lg"),
|
| 55 |
("Victoria, Australia - Large", "au_vic_lg"),
|
| 56 |
+
("New South Wales, Australia - Large", "au_nsw_lg")],
|
| 57 |
value="au_all_sm",
|
| 58 |
multiselect=False,
|
| 59 |
label="Database",
|