Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import random
|
|
| 3 |
import markovify
|
| 4 |
|
| 5 |
def gen():
|
| 6 |
-
if text in ["1091393561192304661","848565511834566677"]
|
| 7 |
size = random.randint(1, 650)
|
| 8 |
file_name = "./premium.txt"
|
| 9 |
with open(file_name, encoding="utf-8") as f:
|
|
|
|
| 3 |
import markovify
|
| 4 |
|
| 5 |
def gen():
|
| 6 |
+
if text in ["1091393561192304661","848565511834566677"]:
|
| 7 |
size = random.randint(1, 650)
|
| 8 |
file_name = "./premium.txt"
|
| 9 |
with open(file_name, encoding="utf-8") as f:
|