MingDoan's picture
feat: Big Update
3a63794
raw
history blame
104 Bytes
from views import create_interface
ui = create_interface()
if __name__ == "__main__":
ui.launch()