Sandiago21 commited on
Commit
e5afacb
·
verified ·
1 Parent(s): 076f34b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -719,8 +719,8 @@ class BasicAgent:
719
 
720
 
721
  # if question == "Given this table defining * on the set S = {a, b, c, d, e}\n\n|*|a|b|c|d|e|\n|---|---|---|---|---|---|\n|a|a|b|c|b|d|\n|b|b|c|a|e|c|\n|c|c|a|b|b|a|\n|d|b|e|b|e|d|\n|e|d|b|a|d|c|\n\nprovide the subset of S involved in any possible counter-examples that prove * is not commutative. Provide your answer as a comma separated list of the elements in the set in alphabetical order.":
722
- # if " image " not in question and " video " not in question:
723
- if question == "Who nominated the only Featured Article on English Wikipedia about a dinosaur that was promoted in November 2016?":
724
  state = {
725
  "messages": question,
726
  }
 
719
 
720
 
721
  # if question == "Given this table defining * on the set S = {a, b, c, d, e}\n\n|*|a|b|c|d|e|\n|---|---|---|---|---|---|\n|a|a|b|c|b|d|\n|b|b|c|a|e|c|\n|c|c|a|b|b|a|\n|d|b|e|b|e|d|\n|e|d|b|a|d|c|\n\nprovide the subset of S involved in any possible counter-examples that prove * is not commutative. Provide your answer as a comma separated list of the elements in the set in alphabetical order.":
722
+ if " image " not in question and " video " not in question:
723
+ # if question == "Who nominated the only Featured Article on English Wikipedia about a dinosaur that was promoted in November 2016?":
724
  state = {
725
  "messages": question,
726
  }