scorelab / tensormap

TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.
Apache License 2.0
50 stars 85 forks source link

redirect on successful csv upload #105

Open AdityaSrivast opened 4 years ago

AdityaSrivast commented 4 years ago

Current Behaviour: Currently, the code is written to redirect to visualize the data after successful upload, but redirection is not working, instead throwing error on console.

Expected Behaviour: It should redirect to corresponding page.

Code Screenshot: image

Error Screenshot: image

Remarks: I am working on this issue