rasa-nlu-trainer
rasa-nlu-trainer copied to clipboard
There is no upload and download button
I'm seeing this as well.
Is there any update on this issue? I would like to run the same version presented in the online version :(
The save option is not working, only the clear option is working
I have also the described problem: no Upload/Download button
First I had the same issue but now I solved it. In the src/utils/isOnline.js the code is checking if "github.io" is in the URL. If this is true the Trainer shows the upload and download buttons else it shows the save button. You can put the code of the buttons in the src/components/TopBar.js together and then the site will show all buttons.