ehristoforu commited on
Commit
edb3479
·
1 Parent(s): a5758ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -177,6 +177,11 @@ css = """
177
  """
178
 
179
  with gr.Blocks(css=css) as demo:
 
 
 
 
 
180
  with gr.Group():
181
  with gr.Box():
182
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
 
177
  """
178
 
179
  with gr.Blocks(css=css) as demo:
180
+ favicon = '<img src="https://www.gstatic.com/android/keyboard/emojikitchen/20201001/u1f600/u1f600_u1f525.png" width="48px" style="display: inline">'
181
+ gr.Markdown(
182
+ f"""<h1><center>{favicon} Stable Diffusion V2.1</center></h1>
183
+ """
184
+ )
185
  with gr.Group():
186
  with gr.Box():
187
  with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):