Update app.py
This commit is contained in:
4
app.py
4
app.py
@@ -179,7 +179,7 @@ if selected_file_name:
|
|||||||
"📝 Single Editor",
|
"📝 Single Editor",
|
||||||
"🚀 Batch Processor",
|
"🚀 Batch Processor",
|
||||||
"🕒 Timeline",
|
"🕒 Timeline",
|
||||||
"🧪 WIP Timeline",
|
"🧪 Interactive Timeline",
|
||||||
"🔌 Comfy Monitor"
|
"🔌 Comfy Monitor"
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -207,7 +207,7 @@ if selected_file_name:
|
|||||||
elif current_tab == "🕒 Timeline":
|
elif current_tab == "🕒 Timeline":
|
||||||
render_timeline_tab(data, file_path)
|
render_timeline_tab(data, file_path)
|
||||||
|
|
||||||
elif current_tab == "🧪 WIP Timeline":
|
elif current_tab == "🧪 Interactive Timeline":
|
||||||
render_timeline_wip(data, file_path)
|
render_timeline_wip(data, file_path)
|
||||||
|
|
||||||
elif current_tab == "🔌 Comfy Monitor":
|
elif current_tab == "🔌 Comfy Monitor":
|
||||||
|
|||||||
Reference in New Issue
Block a user