Update app.py
Browse files
app.py
CHANGED
@@ -63,6 +63,7 @@ input, textarea {
|
|
63 |
"""
|
64 |
|
65 |
with gr.Blocks(css=css) as demo:
|
|
|
66 |
gr.Markdown(
|
67 |
"<h2 style='color: white; font-size: 18px; font-weight: 500;'>Enter a description and generate an AI image powered by Agents Valley!</h2>"
|
68 |
)
|
|
|
63 |
"""
|
64 |
|
65 |
with gr.Blocks(css=css) as demo:
|
66 |
+
title="🚀 Agents Valley AI Image Generator",
|
67 |
gr.Markdown(
|
68 |
"<h2 style='color: white; font-size: 18px; font-weight: 500;'>Enter a description and generate an AI image powered by Agents Valley!</h2>"
|
69 |
)
|