mylesai commited on
Commit
74b0ecb
·
verified ·
1 Parent(s): 47e3af2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -536,7 +536,7 @@ with gr.Blocks() as block:
536
  selection = gr.Dropdown(options, label='Choose Existing Collection', info='If creating a new section, select Create a Collection')
537
  gr.Markdown('Upload zipfile containing client photos below')
538
  zipfile = gr.File(label='Client Photos (must be zipfile)', file_types=['.zip'])
539
- project_bool = gr.Radio(['Yes', 'No'], 'Project Names?', info='Would you like to include project names for these images?')
540
  gr.Markdown('Upload topical map document for the client below')
541
  topical_map = gr.File(label='Topical Map (must be docx)', file_types=['.docx'])
542
  password = gr.Textbox(label='Enter Password')
 
536
  selection = gr.Dropdown(options, label='Choose Existing Collection', info='If creating a new section, select Create a Collection')
537
  gr.Markdown('Upload zipfile containing client photos below')
538
  zipfile = gr.File(label='Client Photos (must be zipfile)', file_types=['.zip'])
539
+ project_bool = gr.Radio(choices=['Yes', 'No'], value='No', label='Project Names?', info='Would you like to include project names for these images?')
540
  gr.Markdown('Upload topical map document for the client below')
541
  topical_map = gr.File(label='Topical Map (must be docx)', file_types=['.docx'])
542
  password = gr.Textbox(label='Enter Password')