Update app.py
Browse files
app.py
CHANGED
@@ -121,8 +121,8 @@ demo_css = """
|
|
121 |
color: white;
|
122 |
font-size: 18px;
|
123 |
border-radius: 10%;
|
124 |
-
width:
|
125 |
-
height:
|
126 |
display: inline-flex;
|
127 |
align-items: center;
|
128 |
justify-content: center;
|
|
|
121 |
color: white;
|
122 |
font-size: 18px;
|
123 |
border-radius: 10%;
|
124 |
+
width: 50px !important;
|
125 |
+
height: 50px !important;
|
126 |
display: inline-flex;
|
127 |
align-items: center;
|
128 |
justify-content: center;
|