Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +4 -4
dashboard.py
CHANGED
@@ -11,10 +11,10 @@ import warnings
|
|
11 |
|
12 |
# Import pages (make sure each page has layout() function defined)
|
13 |
|
14 |
-
import about
|
15 |
-
import
|
16 |
-
import
|
17 |
-
import user_guide
|
18 |
|
19 |
|
20 |
# Suppress logs and warnings
|
|
|
11 |
|
12 |
# Import pages (make sure each page has layout() function defined)
|
13 |
|
14 |
+
from pages import about
|
15 |
+
from pages import community
|
16 |
+
from pages import examples
|
17 |
+
from pages import user_guide
|
18 |
|
19 |
|
20 |
# Suppress logs and warnings
|