Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ DEFAULT_GUIDANCE = 7.5
|
|
69 |
|
70 |
with gr.Blocks(css=css) as demo:
|
71 |
with gr.Column(elem_id="col-container"):
|
72 |
-
gr.Markdown("<div id='header'><h1 id='title'>
|
73 |
|
74 |
with gr.Row():
|
75 |
prompt = gr.Text(
|
|
|
69 |
|
70 |
with gr.Blocks(css=css) as demo:
|
71 |
with gr.Column(elem_id="col-container"):
|
72 |
+
gr.Markdown("<div id='header'><h1 id='title'>Veshon: Veshup's Image Generation AI</h1><p id='subtitle'>Create stunning images with just a prompt. Powered by cutting-edge AI technology.</p></div>")
|
73 |
|
74 |
with gr.Row():
|
75 |
prompt = gr.Text(
|