import panel as pn app = pn.Column("DDD") # app.servable() # app.append("Nice") app.show()