Spaces:
Runtime error
Runtime error
hieunguyen1053
commited on
Commit
·
cf2e091
1
Parent(s):
0e7f11a
Create src/assets/symbols.py
Browse files- src/assets/symbols.py +2 -0
src/assets/symbols.py
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
UP_ARROW = "⬆️"
|
2 |
+
DOWN_ARROW = "⬇️"
|