huckiyang commited on
Commit
e238fa6
·
1 Parent(s): ec34f6a

[data] fixing model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.60, 0.73, 0.58], # Risk-conscious
166
- [0.20, 0.65, 0.67, 0.70, 0.75] # Accuracy-focused
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))