Spaces:
Zienab
/
Runtime error

Zienab commited on
Commit
57e51e8
·
verified ·
1 Parent(s): 85e5275

Create app.py

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