Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1224,13 +1224,13 @@ textarea:focus, input[type="text"]:focus {
|
|
1224 |
|
1225 |
# Function to create and show application UI
|
1226 |
def create_ui():
|
1227 |
-
with gr.Blocks(title="
|
1228 |
# Custom header with branding
|
1229 |
with gr.Row(elem_classes="app-header"):
|
1230 |
with gr.Column():
|
1231 |
gr.HTML("""
|
1232 |
-
<h1
|
1233 |
-
<p>
|
1234 |
""")
|
1235 |
|
1236 |
# Main content area
|
|
|
1224 |
|
1225 |
# Function to create and show application UI
|
1226 |
def create_ui():
|
1227 |
+
with gr.Blocks(title="", css=css) as interface:
|
1228 |
# Custom header with branding
|
1229 |
with gr.Row(elem_classes="app-header"):
|
1230 |
with gr.Column():
|
1231 |
gr.HTML("""
|
1232 |
+
<h1>✨Memory Magic Studio</h1>
|
1233 |
+
<p>Capture the magic of your imagination and watch it come to life.🪄</p>
|
1234 |
""")
|
1235 |
|
1236 |
# Main content area
|