Model Key
Training Status Queued
and paste the code bellow right before closing the body tag of your page.
<link href="https://cdn.typelike.me/css/dropdown.min.css" rel="stylesheet">
<script src="https://cdn.typelike.me/js/tlm.min.js" crossorigin="anonymous"></script>
<script>
var predictor = new tlm.predictor('[REPLACE-KEY]');
//Replace my-textarea-id bellow with the id of a textarea on your page
predictor.attach('my-textarea-id');
</script>