diff --git a/streamlit/interface_1.py b/streamlit/interface_1.py index 67e12d4..274d69d 100644 --- a/streamlit/interface_1.py +++ b/streamlit/interface_1.py @@ -68,7 +68,7 @@ if user_mail in user_list: client_bucket = 'doczy-ai-client-1' batch_objects = s3_client.list_objects_v2(Bucket=client_bucket - , Prefix="contracts_landing_zone", Delimiter='/') + , Prefix="contracts_landing_zone/", Delimiter='/') batch_list = [] for prefix in batch_objects['CommonPrefixes']: