arpit13 commited on
Commit
23d6e10
·
verified ·
1 Parent(s): fbe6b95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="AI Image Creator", 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>🎨 AI Image Creator</h1>
1233
- <p>Transform your ideas into stunning images with AI-powered text-to-image generation</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