Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
| 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 |
)
|