diff --git a/app.py b/app.py index 09af652..8fd194d 100644 --- a/app.py +++ b/app.py @@ -179,7 +179,7 @@ if selected_file_name: "๐Ÿ“ Single Editor", "๐Ÿš€ Batch Processor", "๐Ÿ•’ Timeline", - "๐Ÿงช WIP Timeline", + "๐Ÿงช Interactive Timeline", "๐Ÿ”Œ Comfy Monitor" ] @@ -207,7 +207,7 @@ if selected_file_name: elif current_tab == "๐Ÿ•’ Timeline": render_timeline_tab(data, file_path) - elif current_tab == "๐Ÿงช WIP Timeline": + elif current_tab == "๐Ÿงช Interactive Timeline": render_timeline_wip(data, file_path) elif current_tab == "๐Ÿ”Œ Comfy Monitor":