ritwik12 / Celestial-bodies-detection

TensorFlow Image Classifier that can be used to classify whether an image is of a Planet (Earth, Mercury, Mars, etc), Galaxy (Spiral, Elliptical, Irregular), Satellites, Comets, Etc.
https://celestial-bodies-detection.herokuapp.com
GNU General Public License v3.0
84 stars 57 forks source link

Fixed an issue with the buttons #80

Closed sadavarterohit closed 3 years ago

sadavarterohit commented 3 years ago

There was an issue with the buttons, since the div had the on-click and not the button itself, fixed it. The other changes are simply thanks to the automatic on-save refactoring tools i'd enabled, on my IDE.

ritwik12 commented 3 years ago

@sadavarterohit Thanks for fixing it!