diff --git a/.gitignore b/.gitignore index b3393a2..dd97710 100644 --- a/.gitignore +++ b/.gitignore @@ -50,12 +50,15 @@ Thumbs.db # Data Files streamlit/history.csv -streamlit/RESULTS/ +streamlit/RESULTS streamlit/DB/ streamlit/RAW_DOCUMENTS/ streamlit/SOURCE_DOCUMENTS/ streamlit/contract_field_values.csv streamlit/contract_fields.csv streamlit/sample.csv +streamlit/temp1.csv +streamlit/temp2.csv - +# env +streamlit/venv diff --git a/streamlit/interface_1.py b/streamlit/interface_1.py index fe05082..d4398de 100644 --- a/streamlit/interface_1.py +++ b/streamlit/interface_1.py @@ -99,6 +99,8 @@ if 'maamseek@aarete.com' in user_list: df['Timeline'] = e df['Carveout Indicator'] = f df['Carveout Methodology'] = g + dir_path = os.path.dirname(os.path.realpath(__file__)) + print(f'DEBUGGING: PWD= {dir_path}') df.to_csv('temp1.csv', index=False) add_vertical_space(1)