Spaces:
Runtime error
Runtime error
Commit
·
41dbb4c
1
Parent(s):
1651555
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ examples = []
|
|
| 41 |
for x in range(8):
|
| 42 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
| 43 |
|
| 44 |
-
title = "
|
| 45 |
description = ''
|
| 46 |
article = "<br><br><br><br><br><br><br><br><br><br>"
|
| 47 |
|
|
|
|
| 41 |
for x in range(8):
|
| 42 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
| 43 |
|
| 44 |
+
title = ""
|
| 45 |
description = ''
|
| 46 |
article = "<br><br><br><br><br><br><br><br><br><br>"
|
| 47 |
|