DmitrMakeev commited on
Commit
41dbb4c
1 Parent(s): 1651555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "<br><br><br"
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