debugging added

This commit is contained in:
Ubuntu
2024-03-10 07:54:31 +00:00
parent a9a21b2c53
commit 6bc4e625a8
2 changed files with 7 additions and 2 deletions
+5 -2
View File
@@ -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
+2
View File
@@ -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)