Update app.py
Browse files
app.py
CHANGED
@@ -263,8 +263,8 @@ css = """
|
|
263 |
}
|
264 |
.feedback {
|
265 |
width: 40px; /* Set button width */
|
266 |
-
height:
|
267 |
-
font-size:
|
268 |
background-color: #f8d7da; /* Set background color */
|
269 |
}
|
270 |
"""
|
|
|
263 |
}
|
264 |
.feedback {
|
265 |
width: 40px; /* Set button width */
|
266 |
+
height: 40px; /* Set button height */
|
267 |
+
font-size: 16px; /* Set font size */
|
268 |
background-color: #f8d7da; /* Set background color */
|
269 |
}
|
270 |
"""
|