epfml / disco

DISCO is a code-free and installation-free browser platform that allows any non-technical user to collaboratively train machine learning models without sharing any private data.
https://discolab.ai
Apache License 2.0
155 stars 26 forks source link

Remove html injections and undoing model deletion #765

Closed tomasoignons closed 2 months ago

tomasoignons commented 2 months ago

Solve the old issue #258 (the change was really simple, as the concerned field was already defined as text in the form, and in the json definitions of all the example tasks)

And also solved the new issue #756 (I implemented a temporary variable that stores the model during five seconds, and if needed, put it again in the map)

closes : #258, closes : #756