Spaces:
Paused
Paused
Carlos Rosas
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ demo = gr.Blocks(css=css)
|
|
225 |
with demo:
|
226 |
# Header with black bar
|
227 |
gr.HTML("""
|
228 |
-
<div style="display: flex; justify-content: center; width: 100%; background-color: black; padding:
|
229 |
<pre style="font-family: monospace; line-height: 1.2; font-size: 8px; color: #00ffea; margin: 0;">
|
230 |
|
231 |
_ _ ______ ___ _____
|
|
|
225 |
with demo:
|
226 |
# Header with black bar
|
227 |
gr.HTML("""
|
228 |
+
<div style="display: flex; justify-content: center; width: 100%; background-color: black; padding: 10px 0;">
|
229 |
<pre style="font-family: monospace; line-height: 1.2; font-size: 8px; color: #00ffea; margin: 0;">
|
230 |
|
231 |
_ _ ______ ___ _____
|