Spaces:
Runtime error
Runtime error
lambda scientist
commited on
Commit
·
2d4d461
1
Parent(s):
ffa424b
Modified Home.py
Browse files
Home.py
CHANGED
@@ -25,7 +25,8 @@ This web application is intended for demonstration purposes only.
|
|
25 |
Once on the demo, click on the corresponding staining analysis on the sidebar, and upload your histology image. Results will be displayed in the main area automatically.
|
26 |
For HE Staining analysis, you can download this sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/sample_he.jpg)
|
27 |
For SDH Staining analysis, you can download this sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/sample_sdh.jpg)
|
28 |
-
For Breast Muscle Regeneration analysis, you can download this cytoplasm sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/cytoplasmes.tif) and this nuclei sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/noyaux.tif)
|
|
|
29 |
|
30 |
## Contact
|
31 |
Creator and Maintainer: [**Corentin Meyer**, 3rd year PhD Student in the CSTB Team, ICube — CNRS — Unistra](https://lambda-science.github.io/) <[email protected]>
|
@@ -40,6 +41,6 @@ MyoQuant is born within the collaboration between the [CSTB Team @ ICube](https:
|
|
40 |
|
41 |
html(
|
42 |
f"""
|
43 |
-
<script defer data-domain="
|
44 |
"""
|
45 |
-
)
|
|
|
25 |
Once on the demo, click on the corresponding staining analysis on the sidebar, and upload your histology image. Results will be displayed in the main area automatically.
|
26 |
For HE Staining analysis, you can download this sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/sample_he.jpg)
|
27 |
For SDH Staining analysis, you can download this sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/sample_sdh.jpg)
|
28 |
+
For Breast Muscle Regeneration analysis, you can download this cytoplasm sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/cytoplasmes.tif) and this nuclei sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/noyaux.tif)
|
29 |
+
For ATP Staining analysis, you can download this sample image: [HERE](https://www.lbgi.fr/~meyer/SDH_models/sample_atp.jpg)
|
30 |
|
31 |
## Contact
|
32 |
Creator and Maintainer: [**Corentin Meyer**, 3rd year PhD Student in the CSTB Team, ICube — CNRS — Unistra](https://lambda-science.github.io/) <[email protected]>
|
|
|
41 |
|
42 |
html(
|
43 |
f"""
|
44 |
+
<script defer data-domain="lbgi.fr/myoquant" src="https://plausible.cmeyer.fr/js/script.js"></script>
|
45 |
"""
|
46 |
+
)
|