Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -217,6 +217,9 @@ css = """
|
|
217 |
color: #2563eb;
|
218 |
font-weight: bold;
|
219 |
}
|
|
|
|
|
|
|
220 |
#prompt {
|
221 |
flex-grow: 1;
|
222 |
}
|
|
|
217 |
color: #2563eb;
|
218 |
font-weight: bold;
|
219 |
}
|
220 |
+
#title{text-align: center}
|
221 |
+
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
222 |
+
#title img{width: 100px; margin-right: 0.5em}
|
223 |
#prompt {
|
224 |
flex-grow: 1;
|
225 |
}
|