Update src/frontend/app.py
Browse files- src/frontend/app.py +1 -0
src/frontend/app.py
CHANGED
@@ -5,6 +5,7 @@ import json
|
|
5 |
import plotly.express as px
|
6 |
import traceback
|
7 |
import threading
|
|
|
8 |
# Fix imports to use relative paths or sys.path modification
|
9 |
import sys
|
10 |
import os
|
|
|
5 |
import plotly.express as px
|
6 |
import traceback
|
7 |
import threading
|
8 |
+
import time
|
9 |
# Fix imports to use relative paths or sys.path modification
|
10 |
import sys
|
11 |
import os
|