Dagfinn1962 commited on
Commit
70b5112
·
verified ·
1 Parent(s): 54e8d55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -34,8 +34,8 @@ with grad.Blocks(css='style.css') as demo:
34
  """
35
  <div style="text-align: center; max-width: 650px; margin: 0 auto;">
36
  <div>
37
- <h4 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
38
- Stable Diffusion Prompt Generator
39
  </h4>
40
  """
41
  )
@@ -76,8 +76,7 @@ with grad.Blocks(css='style.css') as demo:
76
  </p>
77
  </div>
78
  <div class="acknowledgments" style="font-size: 115%">
79
- <p> Transform your boring ideas into creative masterpieces with just one click! Enter a spark of inspiration and let the "Magic Prompt" button work its magic.
80
- </p>
81
  </div>
82
  """
83
  )
 
34
  """
35
  <div style="text-align: center; max-width: 650px; margin: 0 auto;">
36
  <div>
37
+ <h4>
38
+ Magic Prompt generator
39
  </h4>
40
  """
41
  )
 
76
  </p>
77
  </div>
78
  <div class="acknowledgments" style="font-size: 115%">
79
+ <p> Input a short prompt idea, get a uniq advanced prompt in seconds </p>
 
80
  </div>
81
  """
82
  )