Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ scores = pd.DataFrame(
|
|
| 9 |
{
|
| 10 |
"scenario": ["0", "A", "B"],
|
| 11 |
"consistency_score": [0.954451, 0.979592, 1.000000],
|
| 12 |
-
"
|
| 13 |
"integrity_score": [0.983921, 0.983921, 0.983921],
|
| 14 |
}
|
| 15 |
).set_index("scenario")
|
|
@@ -127,7 +127,7 @@ def make_images(scen):
|
|
| 127 |
imgs = []
|
| 128 |
for met in [
|
| 129 |
"consistency_score",
|
| 130 |
-
"
|
| 131 |
"integrity_score",
|
| 132 |
]:
|
| 133 |
buf = io.BytesIO()
|
|
|
|
| 9 |
{
|
| 10 |
"scenario": ["0", "A", "B"],
|
| 11 |
"consistency_score": [0.954451, 0.979592, 1.000000],
|
| 12 |
+
"representativity_score": [0.79486, 0.79486, 0.75695],
|
| 13 |
"integrity_score": [0.983921, 0.983921, 0.983921],
|
| 14 |
}
|
| 15 |
).set_index("scenario")
|
|
|
|
| 127 |
imgs = []
|
| 128 |
for met in [
|
| 129 |
"consistency_score",
|
| 130 |
+
"representativity_score",
|
| 131 |
"integrity_score",
|
| 132 |
]:
|
| 133 |
buf = io.BytesIO()
|