Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -222,6 +222,9 @@ css = """
|
|
222 |
#box_column {
|
223 |
min-width: 400px;
|
224 |
}
|
|
|
|
|
|
|
225 |
#selected_lora {
|
226 |
color: #2563eb;
|
227 |
font-weight: bold;
|
|
|
222 |
#box_column {
|
223 |
min-width: 400px;
|
224 |
}
|
225 |
+
#title{text-align: center}
|
226 |
+
#title h1{font-size: 3em; display:inline-flex; align-items:center}
|
227 |
+
#title img{width: 100px; margin-right: 0.5em}
|
228 |
#selected_lora {
|
229 |
color: #2563eb;
|
230 |
font-weight: bold;
|