REmoved python version
Browse files
README.md
CHANGED
|
@@ -5,13 +5,15 @@ colorFrom: yellow
|
|
| 5 |
colorTo: purple
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.37.0
|
| 8 |
-
#python_version: 3.12
|
| 9 |
app_file: area_measurement.py
|
| 10 |
pinned: false
|
| 11 |
---
|
| 12 |
|
|
|
|
| 13 |
# COC Area Measurement
|
| 14 |
|
|
|
|
|
|
|
| 15 |
UI showing how to measure the area of the Cumulus Oocyte Complex.
|
| 16 |
|
| 17 |
## Local installation (for development)
|
|
|
|
| 5 |
colorTo: purple
|
| 6 |
sdk: streamlit
|
| 7 |
sdk_version: 1.37.0
|
|
|
|
| 8 |
app_file: area_measurement.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
|
| 13 |
# COC Area Measurement
|
| 14 |
|
| 15 |
+
python_version: 3.12
|
| 16 |
+
|
| 17 |
UI showing how to measure the area of the Cumulus Oocyte Complex.
|
| 18 |
|
| 19 |
## Local installation (for development)
|