fortuala commited on
Commit
9d688cb
·
verified ·
1 Parent(s): d427422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- "overall_representativity_score": [0.79486, 0.79486, 0.75695],
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
- "overall_representativity_score",
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()