simonraj commited on
Commit
9d083a1
1 Parent(s): af721cf

Update app.py

Browse files

Revert back to 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
- +import spaces
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
+
24
  # Load CSS from external file
25
  with open('styles.css', 'r') as file:
26
  css = file.read()