From 373242b1a00bb240fbf523aa21ff9c7acd47e450 Mon Sep 17 00:00:00 2001 From: ethanfel Date: Sat, 3 Jan 2026 01:06:02 +0100 Subject: [PATCH] Update app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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":