()
| 221 | |
| 222 | # function defined th=o clear both the input text and output text -------------------------------------------------- |
| 223 | def clear_text(): |
| 224 | inputentry.delete(0, END) |
| 225 | outputtxt.delete("1.0", "end") |
| 226 | |
| 227 | |
| 228 | # function to search emoji |