simonraj commited on
Commit
af721cf
·
verified ·
1 Parent(s): 4fd2bbc

Update app.py

Browse files

+import spaces

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ from tab_teachers_dashboard import create_teachers_dashboard_tab
19
  from config import CLASS_OPTIONS
20
  from concurrent.futures import ThreadPoolExecutor
21
  import tempfile
22
- import spaces
23
-
24
  # Load CSS from external file
25
  with open('styles.css', 'r') as file:
26
  css = file.read()
 
19
  from config import CLASS_OPTIONS
20
  from concurrent.futures import ThreadPoolExecutor
21
  import tempfile
22
+ #import spaces
23
+ +import spaces
24
  # Load CSS from external file
25
  with open('styles.css', 'r') as file:
26
  css = file.read()