mobenta commited on
Commit
97b09ca
·
verified ·
1 Parent(s): 888d97e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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