Last active
November 28, 2019 22:40
-
-
Save aballah-chamakh/13faafe021c913c22436202023240483 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Update Inference</title> | |
</head> | |
<body> | |
<div> | |
<form method='POST' enctype="multipart/form-data"> {% csrf_token %} | |
{{form.media}} | |
{{form.as_p}} | |
<input type="submit" value="update" > | |
</form> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment