Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
<
|
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 |
-
</
|
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 |
|