aquibmoin commited on
Commit
124b181
·
verified ·
1 Parent(s): 0e05b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -506,7 +506,7 @@ with gr.Blocks() as demo:
506
  subdomain = gr.Textbox(lines=2, placeholder="Define your Subdomain...", label="Subdomain Definition")
507
 
508
  # PDF Upload Section (Up to 3 PDFs)
509
- uploaded_pdfs = gr.File(file_types=[".pdf"], label="Upload Reference PDFs (Up to 3)", interactive=True, multiple=True)
510
 
511
  # Science Objectives Button & Input (Initially Hidden)
512
  science_objectives_button = gr.Button("Manually Enter Science Objectives")
 
506
  subdomain = gr.Textbox(lines=2, placeholder="Define your Subdomain...", label="Subdomain Definition")
507
 
508
  # PDF Upload Section (Up to 3 PDFs)
509
+ uploaded_pdfs = gr.Files(file_types=[".pdf"], label="Upload Reference PDFs (Up to 3)", interactive=True)
510
 
511
  # Science Objectives Button & Input (Initially Hidden)
512
  science_objectives_button = gr.Button("Manually Enter Science Objectives")