You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromtextual.appimportApp, ComposeResultfromtextual.widgetsimportStaticclassInlineAppWithoutPadding(App):
INLINE_PADDING=0defcompose(self) ->ComposeResult:
yieldStatic("Quitting the app will also clear the line above me")
if__name__=="__main__":
app=InlineAppWithoutPadding()
app.run(inline=True)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: