def open_text_prompt(self, callback, title="", content=""):
self.open_pop_up(
urwid.Filler(TextEditWidget(
callback, content=content)),
header=urwid.Text(
title, align='center'),
height=6,
width=50)