albhu commited on
Commit
768d54f
·
verified ·
1 Parent(s): 7c01385

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()