Magic_Recap / app.py
heinwaiyanluu's picture
Create app.py
b5cea4c verified
Raw
History Blame Contribute Delete
95 Bytes
import my_secret_code
demo = my_secret_code.demo
if __name__ == "__main__":
demo.launch()