Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update state.py
Browse files
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,
|
|
|
|
| 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()
|