debugging added
This commit is contained in:
+5
-2
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user