Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -7
src/streamlit_app.py
CHANGED
@@ -25,12 +25,7 @@ from segments import SegmentsClient
|
|
25 |
from datetime import datetime
|
26 |
import sys
|
27 |
import os
|
28 |
-
from get_labels_from_samples import
|
29 |
-
get_samples as get_samples_objects,
|
30 |
-
export_frames_and_annotations,
|
31 |
-
export_sensor_frames_and_annotations,
|
32 |
-
export_all_sensor_frames_and_annotations
|
33 |
-
)
|
34 |
|
35 |
def init_session_state():
|
36 |
if 'csv_content' not in st.session_state:
|
@@ -310,4 +305,4 @@ if st.session_state.csv_content:
|
|
310 |
data=st.session_state.csv_content,
|
311 |
file_name=filename,
|
312 |
mime="text/csv"
|
313 |
-
)
|
|
|
25 |
from datetime import datetime
|
26 |
import sys
|
27 |
import os
|
28 |
+
from get_labels_from_samples import get_samples as get_samples_objects
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
def init_session_state():
|
31 |
if 'csv_content' not in st.session_state:
|
|
|
305 |
data=st.session_state.csv_content,
|
306 |
file_name=filename,
|
307 |
mime="text/csv"
|
308 |
+
)
|