Update my_pages/multiverse.py
Browse files- my_pages/multiverse.py +1 -0
my_pages/multiverse.py
CHANGED
|
@@ -312,6 +312,7 @@ def render():
|
|
| 312 |
uniq_count_acc = np.sum(condition_acc)
|
| 313 |
|
| 314 |
add_red_text(f"""
|
|
|
|
| 315 |
Number of loans accepted by the majority, but rejected by you: {uniq_count_rej}<br>
|
| 316 |
Number of loans rejected by the majority, but accepted by you: {uniq_count_acc}<br><br>
|
| 317 |
<b>Reasons you might want to conform:</b><br>
|
|
|
|
| 312 |
uniq_count_acc = np.sum(condition_acc)
|
| 313 |
|
| 314 |
add_red_text(f"""
|
| 315 |
+
<b>Based on your choices:</b><br>
|
| 316 |
Number of loans accepted by the majority, but rejected by you: {uniq_count_rej}<br>
|
| 317 |
Number of loans rejected by the majority, but accepted by you: {uniq_count_acc}<br><br>
|
| 318 |
<b>Reasons you might want to conform:</b><br>
|