walaa2022 commited on
Commit
6d12d9f
·
verified ·
1 Parent(s): 6e9bd28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -164,9 +164,7 @@ def analyze_financial_statements(income_statement, balance_sheet):
164
  return f"""Error analyzing files: {str(e)}
165
 
166
  Please check:
167
- 1. Files are in correct CSV format
168
- 2. Files are not corrupted
169
- 3. Files contain the expected data
170
 
171
  If the problem persists, try uploading the files again."""
172
 
 
164
  return f"""Error analyzing files: {str(e)}
165
 
166
  Please check:
167
+ Files are in correct CSV format & contain the expected data
 
 
168
 
169
  If the problem persists, try uploading the files again."""
170