felipekitamura commited on
Commit
b97de61
·
verified ·
1 Parent(s): ceb61af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def inference(word1, word2, word3):
48
  df = pd.DataFrame({
49
  "x": reduced_data_pca[:, 0],
50
  "y": reduced_data_pca[:, 1],
51
- "color": ["b", "b", "b", "r", "g", "g", "g"]
52
  })
53
  '''
54
  return None #df
 
48
  df = pd.DataFrame({
49
  "x": reduced_data_pca[:, 0],
50
  "y": reduced_data_pca[:, 1],
51
+ "color": ["b", "b", "b", "r", "g", "g", "g"][:len(data)]
52
  })
53
  '''
54
  return None #df