TayyabTanveer commited on
Commit
4eea68a
·
verified ·
1 Parent(s): 828206e
Files changed (1) hide show
  1. space.yaml +7 -0
space.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # space.yaml
2
+ ---
3
+ runtime: python
4
+ app_file: app.py
5
+ python_version: 3.9
6
+ pre_install:
7
+ - pip install -r requirements.txt