openfree commited on
Commit
bb1a87f
·
verified ·
1 Parent(s): 4a52203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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.Markdown("# MagicFace V3")
268
- gr.Markdown("### Transform Your Face Into Legendary Characters!")
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):