def show_title_card(self): """Display a splash screen""" self.root_win.body = urwid.Filler(self.title_card, height=('relative', 100))