Update src/frontend/app.py
Browse files- src/frontend/app.py +1 -0
src/frontend/app.py
CHANGED
@@ -4,6 +4,7 @@ import pandas as pd
|
|
4 |
import json
|
5 |
import plotly.express as px
|
6 |
import traceback
|
|
|
7 |
# Fix imports to use relative paths or sys.path modification
|
8 |
import sys
|
9 |
import os
|
|
|
4 |
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
|