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