山越貴耀 commited on
Commit
992fbfd
1 Parent(s): a4a2091
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ if __name__=='__main__':
178
  ('--- Please select one from below ---',
179
  'About 170 campers attend the camps each week.',
180
  'She grew up with three brothers and ten sisters.'))
181
- if sentence!='--Please select one from below--':
182
  if sentence=='About 170 campers attend the camps each week.':
183
  sentence_num = 6
184
  elif sentence=='She grew up with three brothers and ten sisters.':
 
178
  ('--- Please select one from below ---',
179
  'About 170 campers attend the camps each week.',
180
  'She grew up with three brothers and ten sisters.'))
181
+ if sentence!='--- Please select one from below ---':
182
  if sentence=='About 170 campers attend the camps each week.':
183
  sentence_num = 6
184
  elif sentence=='She grew up with three brothers and ten sisters.':