Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|