himahande45's picture
Make app.py forward to VM frontend
dffe2a3 verified
raw
history blame contribute delete
122 Bytes
from frontend_app import CUSTOM_CSS, THEME, demo
if __name__ == "__main__":
demo.launch(theme=THEME, css=CUSTOM_CSS)