Spaces:
Sleeping
Sleeping
Update utilities_with_panel.py
Browse files- utilities_with_panel.py +1 -1
utilities_with_panel.py
CHANGED
@@ -29,7 +29,7 @@ import base64
|
|
29 |
color_palette = ['#001f78', '#00b5db', '#f03d14', '#fa6e0a', '#ffbf45']
|
30 |
|
31 |
|
32 |
-
CURRENCY_INDICATOR = '
|
33 |
|
34 |
def load_authenticator():
|
35 |
with open('config.yaml') as file:
|
|
|
29 |
color_palette = ['#001f78', '#00b5db', '#f03d14', '#fa6e0a', '#ffbf45']
|
30 |
|
31 |
|
32 |
+
CURRENCY_INDICATOR = '€'
|
33 |
|
34 |
def load_authenticator():
|
35 |
with open('config.yaml') as file:
|