randomtable commited on
Commit
2549b34
·
verified ·
1 Parent(s): 9383746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ with open("ideas.txt", "r") as f:
8
 
9
 
10
  def generate(starting_text):
11
- seed = random.randint(100, 1000000)
12
  set_seed(seed)
13
 
14
  if starting_text == "":
 
8
 
9
 
10
  def generate(starting_text):
11
+ seed = random.randint(1, 9999999)
12
  set_seed(seed)
13
 
14
  if starting_text == "":