Wanswan commited on
Commit
0d246c7
·
verified ·
1 Parent(s): def17ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ NORMAL_SET_III = [
54
  ]
55
 
56
  def generate_question_set():
57
- return random.sample(SET_I, 3) + random.sample(SET_II, 3) + random.sample(SET_III, 3)
58
 
59
  async def gpt_translate(text, target_lang):
60
  if target_lang == "English":
 
54
  ]
55
 
56
  def generate_question_set():
57
+ return random.sample(NORMAL_SET_I, 3) + random.sample(NORMAL_SET_II, 3) + random.sample(NORMAL_SET_III, 3)
58
 
59
  async def gpt_translate(text, target_lang):
60
  if target_lang == "English":