Spaces:
Sleeping
Sleeping
Update utilities.py
Browse files- utilities.py +1 -1
utilities.py
CHANGED
@@ -39,7 +39,7 @@ color_palette = [
|
|
39 |
]
|
40 |
|
41 |
|
42 |
-
CURRENCY_INDICATOR =
|
43 |
|
44 |
import streamlit_authenticator as stauth
|
45 |
|
|
|
39 |
]
|
40 |
|
41 |
|
42 |
+
CURRENCY_INDICATOR = '€'
|
43 |
|
44 |
import streamlit_authenticator as stauth
|
45 |
|