MichaelDeutges commited on
Commit
1de6308
·
verified ·
1 Parent(s): 4fbc63d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -246,6 +246,5 @@ st.divider()
246
  sync_note = " (unsynced changes)" if st.session_state.get("unsynced") else ""
247
  target_repo = DATASET_REPO or SPACE_ID or "—"
248
  st.caption(
249
- f"Labels are saved locally to `{LABELS_CSV}`{sync_note}. "
250
- f"Use **📤 Sync to Hub** to upload (target: `{target_repo}`)."
251
  )
 
246
  sync_note = " (unsynced changes)" if st.session_state.get("unsynced") else ""
247
  target_repo = DATASET_REPO or SPACE_ID or "—"
248
  st.caption(
249
+ f"Use **📤 Sync to Hub** to save your progress."
 
250
  )