Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -469,7 +469,7 @@ def select_example(index):
|
|
| 469 |
|
| 470 |
# Gradio Interface Definition
|
| 471 |
with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
|
| 472 |
-
gr.Markdown("<h1>✨
|
| 473 |
gr.Markdown("<h3>Transform your space with AI-powered interior design</h3>")
|
| 474 |
|
| 475 |
# MAIN SECTION - Moved to top
|
|
|
|
| 469 |
|
| 470 |
# Gradio Interface Definition
|
| 471 |
with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
|
| 472 |
+
gr.Markdown("<h1>✨ Dream of IKEA ✨</h1>")
|
| 473 |
gr.Markdown("<h3>Transform your space with AI-powered interior design</h3>")
|
| 474 |
|
| 475 |
# MAIN SECTION - Moved to top
|