sdbrgo commited on
Commit
89e885d
·
verified ·
1 Parent(s): 702a530

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -26,6 +26,8 @@ def make_json_safe(obj):
26
  else:
27
  return obj
28
 
 
 
29
  def final_clustering(file, top_features):
30
  try:
31
  df = pd.read_csv(file)
 
26
  else:
27
  return obj
28
 
29
+ # insert format_deviations_as_columns()
30
+
31
  def final_clustering(file, top_features):
32
  try:
33
  df = pd.read_csv(file)