Update app.py
Browse files
app.py
CHANGED
@@ -119,12 +119,12 @@ demo_css = """
|
|
119 |
background-color: #0b93f6;
|
120 |
border: none;
|
121 |
color: white;
|
122 |
-
font-size:
|
123 |
border-radius: 50%;
|
124 |
-
width:
|
125 |
-
height:
|
126 |
display: flex;
|
127 |
-
align-items:
|
128 |
justify-content: center;
|
129 |
cursor: pointer;
|
130 |
transition: background-color 0.3s;
|
|
|
119 |
background-color: #0b93f6;
|
120 |
border: none;
|
121 |
color: white;
|
122 |
+
font-size: 15px;
|
123 |
border-radius: 50%;
|
124 |
+
width: 20px;
|
125 |
+
height: 20px;
|
126 |
display: flex;
|
127 |
+
align-items: left;
|
128 |
justify-content: center;
|
129 |
cursor: pointer;
|
130 |
transition: background-color 0.3s;
|