BlendMMM commited on
Commit
3906795
·
verified ·
1 Parent(s): 502aefd

Update utilities_with_panel.py

Browse files
Files changed (1) hide show
  1. 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: