duongthienz commited on
Commit
bc55aa6
·
verified ·
1 Parent(s): b99e11d

Update state.py

Browse files
Files changed (1) hide show
  1. state.py +2 -1
state.py CHANGED
@@ -5,7 +5,8 @@ Covers:
5
  - init_session_state()
6
  - Speaker rename helpers (get_display_name, apply_speaker_renames_to_df)
7
  - Category callbacks (addCategory, removeCategory, updateCategoryOptions)
8
- - Global rename callbacks (addGlobalRename, removeGlobalRename, applyGlobalRenames)
 
9
  - File-switch callback (updateMultiSelect)
10
  - analyze() — builds and caches all DataFrames for a single file
11
  - convert_df(), printV()
 
5
  - init_session_state()
6
  - Speaker rename helpers (get_display_name, apply_speaker_renames_to_df)
7
  - Category callbacks (addCategory, removeCategory, updateCategoryOptions)
8
+ - Global rename callbacks (addGlobalRename, removeGlobalRename, on_grename_change,
9
+ apply_inline_rename)
10
  - File-switch callback (updateMultiSelect)
11
  - analyze() — builds and caches all DataFrames for a single file
12
  - convert_df(), printV()