ayush2917 commited on
Commit
a0c5274
·
verified ·
1 Parent(s): 5233da9

Create main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -0
main.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from app import app
2
+
3
+ if __name__ == "__main__":
4
+ app.run(host='0.0.0.0', port=5000)