pantdipendra commited on
Commit
69090fc
·
verified ·
1 Parent(s): 1fd21ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -255,8 +255,8 @@ def predict(
255
 
256
  # D) Simple Distribution Plot (demo for first 3 labels & 4 inputs)
257
  # (Unchanged from prior approach; you can remove if you prefer.)
258
- sample_feats = list(user_input_data.keys())[:4]
259
- sample_labels = [fn.split(".")[0] for fn in model_filenames[:3]]
260
  dist_segments = []
261
  for feat in sample_feats:
262
  if feat not in df.columns:
 
255
 
256
  # D) Simple Distribution Plot (demo for first 3 labels & 4 inputs)
257
  # (Unchanged from prior approach; you can remove if you prefer.)
258
+ sample_feats = list(user_input_data.keys())[:31]
259
+ sample_labels = [fn.split(".")[0] for fn in model_filenames[:15]]
260
  dist_segments = []
261
  for feat in sample_feats:
262
  if feat not in df.columns: