ashischakraborty commited on
Commit
1b74362
·
verified ·
1 Parent(s): 657d3ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 External 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:
 
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: