def pick_times(): with askOpenFile() as f: times_label.text = f.name
def pick_file(): with askOpenFile() as f: file_label.text = f.name