bradley6597 commited on
Commit
19c26c6
1 Parent(s): 524a364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -278,7 +278,6 @@ with gr.Blocks(css=style, js = logging_js) as app:
278
  with gr.Row():
279
  with gr.Column(min_width = 0):
280
  search_prompt = gr.Textbox(placeholder = 'search for an illustration', label = 'Search', elem_id = 'search_term')
281
- exclude_prompt = gr.Textbox(placeholder = 'exclude words here', label = 'Exlcude words (Separate by comma)', elem_id = 'search_term')
282
  title_search = gr.Checkbox(label = 'Search title only')
283
  with gr.Column(min_width = 0):
284
  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'])
 
278
  with gr.Row():
279
  with gr.Column(min_width = 0):
280
  search_prompt = gr.Textbox(placeholder = 'search for an illustration', label = 'Search', elem_id = 'search_term')
 
281
  title_search = gr.Checkbox(label = 'Search title only')
282
  with gr.Column(min_width = 0):
283
  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'])