Fix header top cut

#16
by mishig HF staff - opened
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,6 +41,7 @@ css = '''
41
  #share-btn-container .wrap {
42
  display: none !important;
43
  }
 
44
  '''
45
 
46
  with gr.Blocks(css=css) as demo:
@@ -53,7 +54,7 @@ with gr.Blocks(css=css) as demo:
53
  font-size: 1.75rem;
54
  "
55
  >
56
- <h1 style="font-weight: 900; margin-bottom: 7px;">
57
  Stable Diffusion Prism πŸŽ†πŸŒŒ
58
  </h1>
59
  </div>
 
41
  #share-btn-container .wrap {
42
  display: none !important;
43
  }
44
+ a {text-decoration-line: underline;}
45
  '''
46
 
47
  with gr.Blocks(css=css) as demo:
 
54
  font-size: 1.75rem;
55
  "
56
  >
57
+ <h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
58
  Stable Diffusion Prism πŸŽ†πŸŒŒ
59
  </h1>
60
  </div>