luulinh90s commited on
Commit
65f3385
·
1 Parent(s): 8431e47
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ VISUALIZATION_DIRS = {
31
  "No-XAI": "htmls_NO_XAI_mod",
32
  "Dater": "htmls_DATER_mod",
33
  "Chain-of-Table": "htmls_COT_mod",
34
- "Plan-of-SQLs": "htmls_POS_mod"
35
  }
36
 
37
  METHODS = ["No-XAI", "Dater", "Chain-of-Table", "Plan-of-SQLs"]
 
31
  "No-XAI": "htmls_NO_XAI_mod",
32
  "Dater": "htmls_DATER_mod",
33
  "Chain-of-Table": "htmls_COT_mod",
34
+ "Plan-of-SQLs": "htmls_POS_mod2"
35
  }
36
 
37
  METHODS = ["No-XAI", "Dater", "Chain-of-Table", "Plan-of-SQLs"]