Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -425,13 +425,13 @@ class SemanticFormulaAnalyzer:
|
|
| 425 |
summary = f"""
|
| 426 |
## π Analysis Summary
|
| 427 |
|
| 428 |
-
**Total Formulas Loaded:** {len(self.formulas)}
|
| 429 |
-
**β
Computable Formulas:** {len(computable_formulas)} ({len(computable_formulas) / len(self.formulas) * 100:.1f}%)
|
| 430 |
-
**β Non-Computable Formulas:** {len(non_computable_formulas)} ({len(non_computable_formulas) / len(self.formulas) * 100:.1f}%)
|
| 431 |
-
**π Files Processed:** {len(file_paths)}
|
| 432 |
-
**π’ Data Points Extracted:** {len(extracted_data)}
|
| 433 |
-
**π― Defaults Applied:** {defaults_applied}
|
| 434 |
-
**π Computation Iterations:** {iteration + 1}
|
| 435 |
|
| 436 |
### π Progress by Iteration
|
| 437 |
"""
|
|
|
|
| 425 |
summary = f"""
|
| 426 |
## π Analysis Summary
|
| 427 |
|
| 428 |
+
**Total Formulas Loaded:** {len(self.formulas)}
|
| 429 |
+
**β
Computable Formulas:** {len(computable_formulas)} ({len(computable_formulas) / len(self.formulas) * 100:.1f}%)
|
| 430 |
+
**β Non-Computable Formulas:** {len(non_computable_formulas)} ({len(non_computable_formulas) / len(self.formulas) * 100:.1f}%)
|
| 431 |
+
**π Files Processed:** {len(file_paths)}
|
| 432 |
+
**π’ Data Points Extracted:** {len(extracted_data)}
|
| 433 |
+
**π― Defaults Applied:** {defaults_applied}
|
| 434 |
+
**π Computation Iterations:** {iteration + 1}
|
| 435 |
|
| 436 |
### π Progress by Iteration
|
| 437 |
"""
|