the title set in the widget is not being saved and is not displaying.
in the function update($new_instance, $old_instance), the line below needs to have the extra spaces removed after the word title:
$instance['title '] = strip_tags($new_instance['title']);