prithivMLmods commited on
Commit
81a1968
·
verified ·
1 Parent(s): 73e184b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -248,8 +248,7 @@ h1 {
248
  background-color: #87CEFA !important;
249
  """
250
 
251
- title = """<h1 align="center">Diffusers Image Outpaint Lightning</h1>
252
- """
253
 
254
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
255
  with gr.Column():
 
248
  background-color: #87CEFA !important;
249
  """
250
 
251
+ title = """<h1>Diffusers Image Outpaint Lightning 🌠</h1>"""
 
252
 
253
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
254
  with gr.Column():