Update src/streamlit_app.py
Browse files- src/streamlit_app.py +0 -2
src/streamlit_app.py
CHANGED
@@ -2,8 +2,6 @@ import streamlit as st
|
|
2 |
from segments import SegmentsClient
|
3 |
import sys
|
4 |
import copy
|
5 |
-
import os
|
6 |
-
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "../../0_label_scripts")))
|
7 |
from get_labels_from_samples import export_all_sensor_frames_and_annotations
|
8 |
|
9 |
# ---------------- Streamlit UI ----------------
|
|
|
2 |
from segments import SegmentsClient
|
3 |
import sys
|
4 |
import copy
|
|
|
|
|
5 |
from get_labels_from_samples import export_all_sensor_frames_and_annotations
|
6 |
|
7 |
# ---------------- Streamlit UI ----------------
|