Parth-1705 commited on
Commit
a5a88fd
·
verified ·
1 Parent(s): 7353729

Create app.py

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