Rasmus Lellep commited on
Commit
bb9d105
·
1 Parent(s): 4ea5559

python version

Browse files
Files changed (2) hide show
  1. .vscode/settings.json +5 -0
  2. README.md +1 -0
.vscode/settings.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "python-envs.defaultEnvManager": "ms-python.python:conda",
3
+ "python-envs.defaultPackageManager": "ms-python.python:conda",
4
+ "python-envs.pythonProjects": []
5
+ }
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: blue
5
  colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.36.2
 
8
  app_file: app.py
9
  pinned: false
10
  license: other
 
5
  colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.36.2
8
+ python_version: 3.11
9
  app_file: app.py
10
  pinned: false
11
  license: other