wenkai commited on
Commit
fb28f39
·
verified ·
1 Parent(s): 2592450

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -263,8 +263,8 @@ css = """
263
  }
264
  .feedback {
265
  width: 40px; /* Set button width */
266
- height: 30px; /* Set button height */
267
- font-size: 20px; /* Set 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
  """