[data] fixing model
Browse files
app.py
CHANGED
@@ -162,8 +162,8 @@ with demo:
|
|
162 |
# Data
|
163 |
scores = np.array([
|
164 |
[0.20, 0.35, 0.45, 0.50, 0.85], # Detail-oriented
|
165 |
-
[0.40, 0.55, 0.
|
166 |
-
[0.20, 0.
|
167 |
])
|
168 |
|
169 |
x = np.arange(len(user_types))
|
|
|
162 |
# Data
|
163 |
scores = np.array([
|
164 |
[0.20, 0.35, 0.45, 0.50, 0.85], # Detail-oriented
|
165 |
+
[0.40, 0.55, 0.67, 0.53, 0.58], # Risk-conscious
|
166 |
+
[0.20, 0.60, 0.72, 0.69, 0.75] # Accuracy-focused
|
167 |
])
|
168 |
|
169 |
x = np.arange(len(user_types))
|