Spaces:
Sleeping
Sleeping
update button
Browse files
app.py
CHANGED
@@ -81,12 +81,8 @@ body {
|
|
81 |
color: white;
|
82 |
font-size: 14px; /* Reduced font size */
|
83 |
width: 120px; /* Reduced width */
|
84 |
-
height: 40px; /* Reduced height */
|
85 |
border-radius: 8px;
|
86 |
cursor: pointer;
|
87 |
-
margin-top: 10px;
|
88 |
-
margin-left: auto;
|
89 |
-
margin-right: auto;
|
90 |
}
|
91 |
|
92 |
|
|
|
81 |
color: white;
|
82 |
font-size: 14px; /* Reduced font size */
|
83 |
width: 120px; /* Reduced width */
|
|
|
84 |
border-radius: 8px;
|
85 |
cursor: pointer;
|
|
|
|
|
|
|
86 |
}
|
87 |
|
88 |
|