green commited on
Commit
c119bff
·
1 Parent(s): 8dcc3b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -241,8 +241,8 @@ with st.form(key='columns_in_form'):
241
 
242
  # Summarize the findings for all models
243
  labels = [1,2,3,4,5,6,7,8,9,10,11]
244
- training_scores = [2200, 875, 234, 300, 344, 419, 705, 400, 500, 230]
245
- test_scores = [41, 100, 400, 344, 123, 600, 433, 133, 56, 89]
246
 
247
  x = np.arange(len(labels)) # the label locations
248
  width = 0.35 # the width of the bars
 
241
 
242
  # Summarize the findings for all models
243
  labels = [1,2,3,4,5,6,7,8,9,10,11]
244
+ training_scores = [1000, 2200, 875, 234, 300, 344, 419, 705, 400, 500, 230]
245
+ test_scores = [388, 41, 100, 400, 344, 123, 600, 433, 133, 56, 89]
246
 
247
  x = np.arange(len(labels)) # the label locations
248
  width = 0.35 # the width of the bars