ktongue's picture
download
raw
776 Bytes
from trame.app import get_server
from trame.ui.vuetify import SinglePageLayout
# -----------------------------------------------------------------------------
# Get a server to work with
# -----------------------------------------------------------------------------
server = get_server(client_type = "vue2")
# -----------------------------------------------------------------------------
# GUI
# -----------------------------------------------------------------------------
with SinglePageLayout(server) as layout:
layout.title.set_text("Hello trame")
# -----------------------------------------------------------------------------
# Main
# -----------------------------------------------------------------------------
if __name__ == "__main__":
server.start()

Xet Storage Details

Size:
776 Bytes
·
Xet hash:
6701a26c20c48c74809bd4bbb003f0fd680925cd379a79fd13ec8803eb026646

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.