Commit
·
e000b64
1
Parent(s):
a30f435
Update app/streamlit_app.py
Browse filesImported os needed for tmp folder viewing
- app/streamlit_app.py +1 -0
app/streamlit_app.py
CHANGED
|
@@ -9,6 +9,7 @@ import time
|
|
| 9 |
import subprocess
|
| 10 |
import sys
|
| 11 |
from pathlib import Path
|
|
|
|
| 12 |
|
| 13 |
# Add root to sys.path for imports if needed
|
| 14 |
sys.path.append(str(Path(__file__).resolve().parent.parent))
|
|
|
|
| 9 |
import subprocess
|
| 10 |
import sys
|
| 11 |
from pathlib import Path
|
| 12 |
+
import os
|
| 13 |
|
| 14 |
# Add root to sys.path for imports if needed
|
| 15 |
sys.path.append(str(Path(__file__).resolve().parent.parent))
|