ctgadget commited on
Commit
36ab227
·
1 Parent(s): 91cb591

updated python version of space to run on 3.10.11 to match latest miniconda environment.

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: indigo
5
  colorTo: gray
6
  sdk: streamlit
7
  sdk_version: 1.21.0
 
8
  app_file: index.py
9
  pinned: false
10
  ---
 
5
  colorTo: gray
6
  sdk: streamlit
7
  sdk_version: 1.21.0
8
+ python_version: 3.10.11
9
  app_file: index.py
10
  pinned: false
11
  ---