mgyigit commited on
Commit
87ccbbc
·
verified ·
1 Parent(s): 7e32682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,7 +30,8 @@ def add_new_eval(
30
  print(benchmark_type)
31
  # Save human and skempi files under ./src/data/representation_vectors using pandas
32
  print(human_file)
33
- print(skempi_file)
 
34
  return None
35
  if human_file is not None:
36
  human_df = pd.read_csv(human_file)
 
30
  print(benchmark_type)
31
  # Save human and skempi files under ./src/data/representation_vectors using pandas
32
  print(human_file)
33
+ df = pd.read_csv(human_file)
34
+ print(df.head().to_string())
35
  return None
36
  if human_file is not None:
37
  human_df = pd.read_csv(human_file)