Tngarg's picture
Update app.py
9d1cf85 verified
raw
history blame contribute delete
78 Bytes
# app.py
from ui import launch_ui
if __name__ == "__main__":
launch_ui()