Display the import file selection dialog (nicegui.ui.card).
Last updated 1 year ago
def select_import(f: callable) -> None:
f
Function to call when the import button is clicked. This function will be called as
f(selected_file.text, delete.value)
This function may be used to import new recordings or databases, currently unused.