bradley6597
commited on
Commit
•
d7eec62
1
Parent(s):
38261be
Add USA to dropdown
Browse files
app.py
CHANGED
@@ -288,7 +288,7 @@ with gr.Blocks(css=style,
|
|
288 |
do_not_use = gr.Checkbox(label = 'Remove Do Not Use Images', value = True)
|
289 |
|
290 |
with gr.Column(min_width = 0):
|
291 |
-
shared_drive = gr.Dropdown(choices = ['Illustrations - 01-10 to 07-22', 'Illustrations - Now', 'Shutter Stock Images', 'Beyond - Illustrations', 'DO NOT USE IN GENERAL RESOURCES - South Africa', 'Australia - Rhino Readers Illustrations', 'Aus and Nz - Phonics Illustrations', 'Twinkl Art Gallery'], multiselect = True, label = 'Shared Drive', value = ['Illustrations - 01-10 to 07-22', 'Illustrations - Now'])
|
292 |
with gr.Column(min_width = 0):
|
293 |
key_stage = gr.Dropdown(choices = ['EYFS', 'KS1', 'KS2', 'KS3'], multiselect = True, label = 'Key Stage', value = ['EYFS', 'KS1', 'KS2', 'KS3'])
|
294 |
with gr.Column(min_width = 0):
|
|
|
288 |
do_not_use = gr.Checkbox(label = 'Remove Do Not Use Images', value = True)
|
289 |
|
290 |
with gr.Column(min_width = 0):
|
291 |
+
shared_drive = gr.Dropdown(choices = ['Illustrations - 01-10 to 07-22', 'Illustrations - Now', 'Shutter Stock Images', 'Beyond - Illustrations', 'DO NOT USE IN GENERAL RESOURCES - South Africa', 'Australia - Rhino Readers Illustrations', 'Aus and Nz - Phonics Illustrations', 'Twinkl Art Gallery', 'USA 3rd-8th Grade Illustrations '], multiselect = True, label = 'Shared Drive', value = ['Illustrations - 01-10 to 07-22', 'Illustrations - Now'])
|
292 |
with gr.Column(min_width = 0):
|
293 |
key_stage = gr.Dropdown(choices = ['EYFS', 'KS1', 'KS2', 'KS3'], multiselect = True, label = 'Key Stage', value = ['EYFS', 'KS1', 'KS2', 'KS3'])
|
294 |
with gr.Column(min_width = 0):
|