Fix topic model loading
Opened this issue · 0 comments
aibakeneko commented
courier-lab/content/notebooks/explore_topic_models.ipynb
Lines 72 to 73 in 9a9d52b
Add
load_gui: ntm.LoadGUI = ntm.LoadGUI(data_folder=corpus_folder, state=current_state()).setup()
load_gui._model_name.options = ['Please select model'] + list(load_gui._model_name.options)
load_gui._model_name.value = 'Please select model'
display(load_gui.layout())