johnpaulbin commited on
Commit
681ec4e
·
1 Parent(s): 2ac09a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def get_distractors(target_word, all_words, num_distractors=3):
53
  return list(distractors)
54
 
55
  @app.route('/fillgame')
56
- def random_spanish_pair():
57
  # Select a random English-Spanish pair
58
  random_pair = random.choice(json_data)
59
 
 
53
  return list(distractors)
54
 
55
  @app.route('/fillgame')
56
+ def random_spanish_pair2():
57
  # Select a random English-Spanish pair
58
  random_pair = random.choice(json_data)
59