Spaces:
Running
Running
Update demo.py
Browse files
demo.py
CHANGED
@@ -10,8 +10,9 @@ css = """
|
|
10 |
.links {
|
11 |
display: flex;
|
12 |
justify-content: flex-end;
|
13 |
-
gap:
|
14 |
margin-right: 10px;
|
|
|
15 |
}
|
16 |
.separator {
|
17 |
margin: 0 5px;
|
|
|
10 |
.links {
|
11 |
display: flex;
|
12 |
justify-content: flex-end;
|
13 |
+
gap: 10px;
|
14 |
margin-right: 10px;
|
15 |
+
align-items: center;
|
16 |
}
|
17 |
.separator {
|
18 |
margin: 0 5px;
|