Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -588,7 +588,7 @@ def analyze_excel_single(file_path):
|
|
| 588 |
|
| 589 |
# plot trust
|
| 590 |
# Get n_samples from output text
|
| 591 |
-
|
| 592 |
n_samples_trust = n_samples_trust.split("Analysis based on ")[1]
|
| 593 |
n_samples_trust = n_samples_trust.split("observations")[0]
|
| 594 |
|
|
|
|
| 588 |
|
| 589 |
# plot trust
|
| 590 |
# Get n_samples from output text
|
| 591 |
+
n_samples_trust = output_text.split(": Trust")[1]
|
| 592 |
n_samples_trust = n_samples_trust.split("Analysis based on ")[1]
|
| 593 |
n_samples_trust = n_samples_trust.split("observations")[0]
|
| 594 |
|