Tomatillo commited on
Commit
705767f
·
verified ·
1 Parent(s): ca2eaa7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -6,7 +6,7 @@ from get_labels_from_samples import export_all_sensor_frames_and_annotations
6
 
7
  # ---------------- Streamlit UI ----------------
8
  st.title("Copy annotations from one dataset to another")
9
- st.description("For Multi-sensor datasets - Cuboids and bounding boxes")
10
 
11
  api_key = st.text_input("Enter your API Key", type="password")
12
  source_uuid = st.text_input("Source UUID (the sample you want to copy from)", value="")
 
6
 
7
  # ---------------- Streamlit UI ----------------
8
  st.title("Copy annotations from one dataset to another")
9
+ st.subheader("For Multi-sensor datasets - Cuboids and bounding boxes")
10
 
11
  api_key = st.text_input("Enter your API Key", type="password")
12
  source_uuid = st.text_input("Source UUID (the sample you want to copy from)", value="")