Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2808,7 +2808,7 @@ with gr.Blocks(
|
|
| 2808 |
|
| 2809 |
.workflow-section {
|
| 2810 |
margin-bottom: 2rem;
|
| 2811 |
-
padding:
|
| 2812 |
background: white;
|
| 2813 |
border-radius: 15px;
|
| 2814 |
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
|
|
@@ -2834,8 +2834,8 @@ with gr.Blocks(
|
|
| 2834 |
# Beautiful centered header
|
| 2835 |
gr.HTML("""
|
| 2836 |
<div class="hero-header">
|
| 2837 |
-
<h1 class="hero-title">✨
|
| 2838 |
-
<p class="hero-subtitle">🚀 Build your own AI app
|
| 2839 |
</div>
|
| 2840 |
""")
|
| 2841 |
|
|
|
|
| 2808 |
|
| 2809 |
.workflow-section {
|
| 2810 |
margin-bottom: 2rem;
|
| 2811 |
+
padding: 0rem;
|
| 2812 |
background: white;
|
| 2813 |
border-radius: 15px;
|
| 2814 |
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
|
|
|
|
| 2834 |
# Beautiful centered header
|
| 2835 |
gr.HTML("""
|
| 2836 |
<div class="hero-header">
|
| 2837 |
+
<h1 class="hero-title">✨ FlowLab</h1>
|
| 2838 |
+
<p class="hero-subtitle">🚀 Build your own AI app using no-code tools</p>
|
| 2839 |
</div>
|
| 2840 |
""")
|
| 2841 |
|