luulinh90s commited on
Commit
7f12386
·
1 Parent(s): 5e3e657
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -134,6 +134,8 @@ def experiment(username, sample_index, seed, filename):
134
  else:
135
  visualization_dirs = VISUALIZATION_DIRS_PLAN_OF_SQLS
136
 
 
 
137
  # Find the correct visualization path
138
  for category, dir_path in visualization_dirs.items():
139
  absolute_dir_path = os.path.abspath(dir_path)
 
134
  else:
135
  visualization_dirs = VISUALIZATION_DIRS_PLAN_OF_SQLS
136
 
137
+ logger.info(f"visualization_dirs: {visualization_path}")
138
+
139
  # Find the correct visualization path
140
  for category, dir_path in visualization_dirs.items():
141
  absolute_dir_path = os.path.abspath(dir_path)