Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ body {
|
|
| 63 |
.gr-column {
|
| 64 |
display:flex;
|
| 65 |
flex-direction: column;
|
| 66 |
-
gap:
|
| 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 |
|