Ihssane123 commited on
Commit
8e2fec9
·
verified ·
1 Parent(s): b96ee83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -445,9 +445,9 @@ with gr.Blocks(css=".gradio-container { max-width: 2000px; margin: auto; }") as
445
  gr.Markdown(
446
  """
447
  <h1 style="text-align: center;">Your Generated Artwork</h1>
448
- <h1 style="text-align: center; color: #555;">
449
  Once your brain's emotional data is processed, we pinpoint the <b>dominant emotion</b>. This single feeling inspires a <b>personalized artwork</b>, generated using <b>diffusion techniques</b> and blended with <b>my AI painting style</b>. You can then <b>download</b> this unique visual representation of your inner self.
450
- </h1>
451
  """
452
  )
453
 
 
445
  gr.Markdown(
446
  """
447
  <h1 style="text-align: center;">Your Generated Artwork</h1>
448
+ <p style="text-align: center; font-size: 1.5em; color: #555;font-weight: bold;>
449
  Once your brain's emotional data is processed, we pinpoint the <b>dominant emotion</b>. This single feeling inspires a <b>personalized artwork</b>, generated using <b>diffusion techniques</b> and blended with <b>my AI painting style</b>. You can then <b>download</b> this unique visual representation of your inner self.
450
+ </p>
451
  """
452
  )
453