tiahchia commited on
Commit
a6ab6b1
Β·
verified Β·
1 Parent(s): 7a8a0c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,7 +63,7 @@ body {
63
  .gr-column {
64
  display:flex;
65
  flex-direction: column;
66
- gap:20px;
67
  }
68
  /* Full width editor/output */
69
  #editor-container, #output-panel {
@@ -148,7 +148,7 @@ canvas#particles { position:fixed; top:0; left:0; width:100%; height:100%; z-ind
148
  # Intro header
149
  gr.Markdown("""
150
  <h2 style="color:#F714C5; text-align:center; margin-bottom:10px;">
151
- π™·πš’, 𝙸'πš– πšƒπš’πšŠπš‘ & πšπš‘πš’πšœ πš’πšœ πš–πš’ πšŒπš˜πš–πš™πš’πš•πšŽπš›, πš‘πšŠπš™πš™πš’ πšŒπš˜πšπš’πš—πš!
152
  </h2>
153
  """)
154
 
 
63
  .gr-column {
64
  display:flex;
65
  flex-direction: column;
66
+ gap:5px;
67
  }
68
  /* Full width editor/output */
69
  #editor-container, #output-panel {
 
148
  # Intro header
149
  gr.Markdown("""
150
  <h2 style="color:#F714C5; text-align:center; margin-bottom:10px;">
151
+ 𝙸'πš– πšƒπš’πšŠπš‘ & πšπš‘πš’πšœ πš’πšœ πš–πš’ πšŒπš˜πš–πš™πš’πš•πšŽπš›, πš‘πšŠπš™πš™πš’ πšŒπš˜πšπš’πš—πš!
152
  </h2>
153
  """)
154