Skip to content

Instantly share code, notes, and snippets.

@cheesinglee
Created September 1, 2014 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheesinglee/ee3bf9a1ad7470bd3d8e to your computer and use it in GitHub Desktop.
Save cheesinglee/ee3bf9a1ad7470bd3d8e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head><title>Kiva Predictor Options</title></head>
<body>
<label>
BigML Username:
<input type="text" id="username">
</label>
<br>
<label>
BigML API Key:
<input type="text" id="apikey">
</label>
<div id="status"></div>
<button id="save">Save</button>
<script src="options.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment