Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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")
|