Spaces:
Running
Running
Commit
·
bf57602
1
Parent(s):
836cf05
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def get_distractors(target_word, all_words, num_distractors=3):
|
|
| 45 |
return list(distractors)
|
| 46 |
|
| 47 |
@app.route('/fillgame')
|
| 48 |
-
def
|
| 49 |
# Select a random English-Spanish pair
|
| 50 |
random_pair = random.choice(json_data)
|
| 51 |
|
|
|
|
| 45 |
return list(distractors)
|
| 46 |
|
| 47 |
@app.route('/fillgame')
|
| 48 |
+
def random_spanish_pairfillintheblank():
|
| 49 |
# Select a random English-Spanish pair
|
| 50 |
random_pair = random.choice(json_data)
|
| 51 |
|