THEBOGLER commited on
Commit
0ea2adf
·
1 Parent(s): 8fa4c9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def gen():
14
  sentence: str = text_model.make_short_sentence(size) or random.choice(
15
  db.splitlines())[:size] + random.choice(symbolsplus)
16
  return sentence
17
- else:
18
  size = random.randint(1, 128)
19
  file_name = "./free.txt"
20
  with open(file_name, encoding="utf-8") as f:
 
14
  sentence: str = text_model.make_short_sentence(size) or random.choice(
15
  db.splitlines())[:size] + random.choice(symbolsplus)
16
  return sentence
17
+ else:
18
  size = random.randint(1, 128)
19
  file_name = "./free.txt"
20
  with open(file_name, encoding="utf-8") as f: