parass13 commited on
Commit
5c42f99
·
verified ·
1 Parent(s): 61e7b4a

Update dashboard.py

Browse files
Files changed (1) hide show
  1. 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 examples
16
- import community
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