Changes pt4
This commit is contained in:
@@ -190,7 +190,7 @@ if st.button("Show PDF"):
|
||||
)
|
||||
s3_obj = s3_client.get_object(Bucket = 'doczy-dev-infra-textract', Key = 'textract-receiver-processed-pdfs/batch_2/2000-01-01 UCSD Medical Center PPA 14007097.PDF')
|
||||
data=s3_obj['Body'].read()
|
||||
pdf_viewer(io.BytesIO(data), width=1500)
|
||||
pdf_viewer(data, width=1500)
|
||||
|
||||
# if st.button("Show PDF"):
|
||||
# if file_name == None or file_name == "All":
|
||||
|
||||
Reference in New Issue
Block a user