diff --git a/streamlit/interface_0.py b/streamlit/interface_0.py index 7621dfd..414f02b 100644 --- a/streamlit/interface_0.py +++ b/streamlit/interface_0.py @@ -113,7 +113,7 @@ with client_row[1]: client_bucket = client_s3_paths.get(client) # to be deleted when client buckets are created -client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' +# client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' file_row = st.columns([0.1, 0.8]) with file_row[0]: diff --git a/streamlit/interface_1.py b/streamlit/interface_1.py index 0835d0c..211013a 100644 --- a/streamlit/interface_1.py +++ b/streamlit/interface_1.py @@ -84,7 +84,7 @@ with client_row[1]: client_bucket = client_s3_paths.get(client) # to be deleted when buckets for different clients are ready; below line is added only for testing the corresponding DAG -client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' +# client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' batch_objects = s3_client.list_objects_v2(Bucket=client_bucket , Prefix="contracts-landing-zone/", Delimiter='/') diff --git a/streamlit/interface_2.py b/streamlit/interface_2.py index 21e4f82..9ccbc2c 100644 --- a/streamlit/interface_2.py +++ b/streamlit/interface_2.py @@ -113,8 +113,8 @@ with client_row[0]: with client_row[1]: client = st.selectbox('Client Name',(client_list), label_visibility = "collapsed", index= None) -# client_bucket = client_s3_paths.get(client) -client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' +client_bucket = client_s3_paths.get(client) +# client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' batch_objects = s3_client.list_objects_v2(Bucket=client_bucket , Prefix="textract-receiver-processed-pdfs/", Delimiter='/') diff --git a/streamlit/multipage/Interface_0.py b/streamlit/multipage/Interface_0.py index 74bb0c6..a2bf8ea 100644 --- a/streamlit/multipage/Interface_0.py +++ b/streamlit/multipage/Interface_0.py @@ -113,7 +113,7 @@ with client_row[1]: client_bucket = client_s3_paths.get(client) # to be deleted when client buckets are created -client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' +# client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' file_row = st.columns([0.1, 0.8]) with file_row[0]: diff --git a/streamlit/multipage/pages/Interface_1.py b/streamlit/multipage/pages/Interface_1.py index 2afb4ab..f6e4e3e 100644 --- a/streamlit/multipage/pages/Interface_1.py +++ b/streamlit/multipage/pages/Interface_1.py @@ -84,7 +84,7 @@ with client_row[1]: client_bucket = client_s3_paths.get(client) # to be deleted when buckets for different clients are ready; below line is added only for testing the corresponding DAG -client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' +# client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' batch_objects = s3_client.list_objects_v2(Bucket=client_bucket , Prefix="contracts-landing-zone/", Delimiter='/') diff --git a/streamlit/multipage/pages/Interface_2.py b/streamlit/multipage/pages/Interface_2.py index d22af25..cec758c 100644 --- a/streamlit/multipage/pages/Interface_2.py +++ b/streamlit/multipage/pages/Interface_2.py @@ -113,8 +113,8 @@ with client_row[0]: with client_row[1]: client = st.selectbox('Client Name',(client_list), label_visibility = "collapsed", index= None) -# client_bucket = client_s3_paths.get(client) -client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' +client_bucket = client_s3_paths.get(client) +# client_bucket = 'doczyai-use2-d-cn1-s3-textract-processing-001' batch_objects = s3_client.list_objects_v2(Bucket=client_bucket , Prefix="textract-receiver-processed-pdfs/", Delimiter='/')