Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def main():
|
|
| 93 |
"Responsibilities of the Sponsor and Investigator",
|
| 94 |
"Sponsor Inspection Preparation"),)
|
| 95 |
uploaded_extintl_file_insight = st.file_uploader("Upload a External Reg Intel", type="pdf")
|
| 96 |
-
uploaded_interintel_file_insight = st.file_uploader("Upload a
|
| 97 |
if uploaded_extintl_file_insight is not None and uploaded_interintel_file_insight is not None:
|
| 98 |
uploaded_file_SOP = st.file_uploader("Upload an SOP file", type="pdf")
|
| 99 |
if uploaded_file_SOP is not None:
|
|
|
|
| 93 |
"Responsibilities of the Sponsor and Investigator",
|
| 94 |
"Sponsor Inspection Preparation"),)
|
| 95 |
uploaded_extintl_file_insight = st.file_uploader("Upload a External Reg Intel", type="pdf")
|
| 96 |
+
uploaded_interintel_file_insight = st.file_uploader("Upload a Internal Reg Intel", type="pdf")
|
| 97 |
if uploaded_extintl_file_insight is not None and uploaded_interintel_file_insight is not None:
|
| 98 |
uploaded_file_SOP = st.file_uploader("Upload an SOP file", type="pdf")
|
| 99 |
if uploaded_file_SOP is not None:
|