luulinh90s commited on
Commit
073d060
·
1 Parent(s): 39073fc
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -43,6 +43,8 @@ def get_method_dir(method):
43
  return 'COT'
44
  elif method == 'Plan-of-SQLs':
45
  return 'POS'
 
 
46
 
47
  METHODS = ["No-XAI", "Dater", "Chain-of-Table", "Plan-of-SQLs"]
48
 
 
43
  return 'COT'
44
  elif method == 'Plan-of-SQLs':
45
  return 'POS'
46
+ else:
47
+ return None
48
 
49
  METHODS = ["No-XAI", "Dater", "Chain-of-Table", "Plan-of-SQLs"]
50