luulinh90s
commited on
Commit
·
ad6a188
1
Parent(s):
215a612
update
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def load_samples():
|
|
107 |
|
108 |
for category in categories:
|
109 |
files = set(os.listdir(f'htmls_NO_XAI_mod/{category}'))
|
110 |
-
for method in ["Dater", "Chain-of-Table", "Plan-of-SQLs"]:
|
111 |
method_dir = VISUALIZATION_DIRS[method]
|
112 |
files &= set(os.listdir(f'{method_dir}/{category}'))
|
113 |
|
|
|
107 |
|
108 |
for category in categories:
|
109 |
files = set(os.listdir(f'htmls_NO_XAI_mod/{category}'))
|
110 |
+
for method in ["Dater", "Chain-of-Table", "Plan-of-SQLs", "Text2SQL"]:
|
111 |
method_dir = VISUALIZATION_DIRS[method]
|
112 |
files &= set(os.listdir(f'{method_dir}/{category}'))
|
113 |
|