Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +111,7 @@ Welcome to Mobenta, your creative partner for generating stunning AI-powered ima
|
|
111 |
</p>
|
112 |
"""
|
113 |
|
|
|
114 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray")) as demo:
|
115 |
gr.HTML(title)
|
116 |
|
|
|
111 |
</p>
|
112 |
"""
|
113 |
|
114 |
+
|
115 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="gray")) as demo:
|
116 |
gr.HTML(title)
|
117 |
|