kokuma commited on
Commit
315534e
1 Parent(s): a0aaa69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,10 +20,10 @@ css = """\
20
  font-size: 2em;
21
  }
22
  .choices-group .wrap label:first-child {
23
- background: #rgb(255, 211, 79);
24
  }
25
  .choices-group .wrap label:last-child {
26
- background: #rgb(36, 183, 250);
27
  }
28
  textarea {
29
  font-size: 2em;
 
20
  font-size: 2em;
21
  }
22
  .choices-group .wrap label:first-child {
23
+ background: rgb(255, 211, 79);
24
  }
25
  .choices-group .wrap label:last-child {
26
+ background: rgb(36, 183, 250);
27
  }
28
  textarea {
29
  font-size: 2em;