feat: Add comprehensive timeline editor with frame editing and regeneration capabilities

This commit is contained in:
empty
2026-01-05 14:48:43 +08:00
parent 7d78dcd078
commit ca018a9b1f
68 changed files with 14904 additions and 57 deletions

View File

@@ -53,8 +53,14 @@ def main():
icon="📚"
)
tasks_page = st.Page(
"pages/3_📋_Tasks.py",
title="Tasks",
icon="📋"
)
# Set up navigation and run
pg = st.navigation([home_page, history_page])
pg = st.navigation([home_page, history_page, tasks_page])
pg.run()