Spaces:
Runtime error
Runtime error
updates
Browse files- widgets/sidebar.py +1 -1
widgets/sidebar.py
CHANGED
@@ -3,7 +3,7 @@ import datetime
|
|
3 |
# from .utils import PACKAGE_ROOT
|
4 |
from lrt.utils.functions import template
|
5 |
|
6 |
-
APP_VERSION = 'v1.
|
7 |
|
8 |
def render_sidebar():
|
9 |
icons = f'''
|
|
|
3 |
# from .utils import PACKAGE_ROOT
|
4 |
from lrt.utils.functions import template
|
5 |
|
6 |
+
APP_VERSION = 'v1.4.1'
|
7 |
|
8 |
def render_sidebar():
|
9 |
icons = f'''
|