diff --git a/docs/cookbook.md b/docs/cookbook.md
index 1d28c70f..9bff6667 100644
--- a/docs/cookbook.md
+++ b/docs/cookbook.md
@@ -124,7 +124,7 @@ while True: # Event Loop
window.Close()
```
-
+
# Simple Data Entry - Return Values As List
@@ -925,8 +925,7 @@ There are a number of features used in this Recipe including:
* Button
* Dictionary Return values
* Update of Elements in window (Input, Text)
-* do_not_clear of Input Elements
-
+
![keypad 2](https://user-images.githubusercontent.com/13696193/44640891-57504d80-a992-11e8-93f4-4e97e586505e.jpg)
@@ -1550,8 +1549,9 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo
Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar.
\ No newline at end of file