Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -261,11 +261,13 @@ def create_preset_click_handler(idx, prompt_input):
|
|
261 |
with gr.Blocks(css=css) as demo:
|
262 |
# You could add a visitor badge or other element here if desired
|
263 |
# For now, we omit it to focus on the scrolling and contrast fixes
|
|
|
|
|
264 |
|
265 |
with gr.Column(elem_classes="container"):
|
266 |
with gr.Column(elem_classes="header"):
|
267 |
-
gr.
|
268 |
-
gr.
|
269 |
|
270 |
with gr.Row():
|
271 |
with gr.Column(scale=1):
|
|
|
261 |
with gr.Blocks(css=css) as demo:
|
262 |
# You could add a visitor badge or other element here if desired
|
263 |
# For now, we omit it to focus on the scrolling and contrast fixes
|
264 |
+
|
265 |
+
|
266 |
|
267 |
with gr.Column(elem_classes="container"):
|
268 |
with gr.Column(elem_classes="header"):
|
269 |
+
gr.HTML("<h1 style='color:white;'>✨ MagicFace V3</h1>")
|
270 |
+
gr.HTML("<h3 style='color:white;'>Transform Your Face Into Legendary Characters!</h3>")
|
271 |
|
272 |
with gr.Row():
|
273 |
with gr.Column(scale=1):
|