arifa-batool commited on
Commit
076a5bb
·
verified ·
1 Parent(s): 3771cee

Upload run.py

Browse files
Files changed (1) hide show
  1. run.py +4 -0
run.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from app import app
2
+
3
+ if __name__ == "__main__":
4
+ app.run(debug=True)