Ashrafb commited on
Commit
63ab129
·
1 Parent(s): cefa67a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ examples = []
37
  for x in range(8):
38
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
39
 
40
- title = "MagicPrompt Generator &#129668"
41
  description = ' To use it, simply submit your text or click on one of the examples.'
42
 
43
  grad.Interface(fn=generate,
 
37
  for x in range(8):
38
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
39
 
40
+ title = "Magic Prompt Generator &#129668"
41
  description = ' To use it, simply submit your text or click on one of the examples.'
42
 
43
  grad.Interface(fn=generate,