Spaces:
Running
Running
update app.py
Browse files
app.py
CHANGED
@@ -28,10 +28,10 @@ COLORS = ["#ff7f7f", "#ff7fbf", "#ff7fff", "#bf7fff",
|
|
28 |
|
29 |
fdic = {
|
30 |
"family" : "Liberation Sans", # "DejaVu Serif",
|
31 |
-
"style" : "
|
32 |
-
"size" :
|
33 |
"color" : "yellow",
|
34 |
-
"weight" : "
|
35 |
}
|
36 |
|
37 |
|
|
|
28 |
|
29 |
fdic = {
|
30 |
"family" : "Liberation Sans", # "DejaVu Serif",
|
31 |
+
"style" : "normal",
|
32 |
+
"size" : 18,
|
33 |
"color" : "yellow",
|
34 |
+
"weight" : "bold"
|
35 |
}
|
36 |
|
37 |
|