WickedFaith commited on
Commit
1bb4af3
·
verified ·
1 Parent(s): ffc0fb4

Update src/frontend/app.py

Browse files
Files changed (1) hide show
  1. 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