Anni123 commited on
Commit
dcb8b60
1 Parent(s): e66c580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -23,12 +23,12 @@ DIRECT_ANS_PROMPT = "The answer is"
23
  # 'symbolic-coin': ['A coin is heads up. Isela flips the coin. Leslie flips the coin. Stacy flips the coin. Ingrid does not flip the coin. Is the coin still heads up? Note that \"flip\" here means \"reverse\".']
24
  #}
25
 
26
- EXAMPLES = ['Is the brain located in the torso?',\
27
- 'Do the telescopes at Goldstone Deep Space Communications Complex work the night shift?', \
28
- 'Take the last letters of each words in \"Kristopher Deb Jake Tammy\" and concatenate them.', \
29
- 'What would someone use a personal key for? Answer Choices: (A) car stand (B) at hotel (C) own home (D) front door (E) bus depot', \
30
- 'David watched some nesting birds using his binoculars while on vacation. Where might David be? Answer Choices: (A) sky (B) vacation (C) forest (D) countryside (E) roof', \
31
- 'Mary loves eating fruits. Mary paid $7.19 for berries, and $6.83 for peaches with a $20 bill. How much change did Mary receive?']
32
 
33
 
34
 
 
23
  # 'symbolic-coin': ['A coin is heads up. Isela flips the coin. Leslie flips the coin. Stacy flips the coin. Ingrid does not flip the coin. Is the coin still heads up? Note that \"flip\" here means \"reverse\".']
24
  #}
25
 
26
+ #EXAMPLES = ['Is the brain located in the torso?',\
27
+ # 'Do the telescopes at Goldstone Deep Space Communications Complex work the night shift?', \
28
+ # 'Take the last letters of each words in \"Kristopher Deb Jake Tammy\" and concatenate them.', \
29
+ # 'What would someone use a personal key for? Answer Choices: (A) car stand (B) at hotel (C) own home (D) front door (E) bus depot', \
30
+ # 'David watched some nesting birds using his binoculars while on vacation. Where might David be? Answer Choices: (A) sky (B) vacation (C) forest (D) countryside (E) roof', \
31
+ # 'Mary loves eating fruits. Mary paid $7.19 for berries, and $6.83 for peaches with a $20 bill. How much change did Mary receive?']
32
 
33
 
34