kokuma commited on
Commit
51d88c8
·
verified ·
1 Parent(s): 3d795a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -14,10 +14,16 @@ import numpy as np
14
 
15
  css = """\
16
  .choices-group .wrap label{
17
- background: aquamarine;
18
  padding: 30px;
19
  font-size: 2em;
20
- }"""
 
 
 
 
 
 
 
21
 
22
  # GLOBAL VARIABLES
23
  openai_en_classes = [
 
14
 
15
  css = """\
16
  .choices-group .wrap label{
 
17
  padding: 30px;
18
  font-size: 2em;
19
+ }
20
+ .choices-group .wrap label:first-child {
21
+ background: lightpink;
22
+ }
23
+ .choices-group .wrap label:last-child {
24
+ background: lightskyblue;
25
+ }
26
+ """
27
 
28
  # GLOBAL VARIABLES
29
  openai_en_classes = [