Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,6 @@ def calculate_late_interest(data, late_interest_rate, boe_rates_df):
|
|
108 |
|
109 |
return data
|
110 |
|
111 |
-
# Function to analyze Excel sheet and extract relevant information
|
112 |
def analyze_excel(df):
|
113 |
# Extract due dates and payment dates
|
114 |
due_dates = df.iloc[:, 0].dropna().tolist()
|
|
|
108 |
|
109 |
return data
|
110 |
|
|
|
111 |
def analyze_excel(df):
|
112 |
# Extract due dates and payment dates
|
113 |
due_dates = df.iloc[:, 0].dropna().tolist()
|