GitHub Actions commited on
Commit
3da69a8
·
1 Parent(s): 5a5f3e7

Sync from GitHub repo

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -276,6 +276,7 @@ def verify_turnstile():
276
 
277
  with open("harvard_sentences.txt", "r") as f:
278
  harvard_sentences = f.readlines()
 
279
 
280
  @app.route("/")
281
  def arena():
 
276
 
277
  with open("harvard_sentences.txt", "r") as f:
278
  harvard_sentences = f.readlines()
279
+ random.shuffle(harvard_sentences)
280
 
281
  @app.route("/")
282
  def arena():