Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- pages/Fluo_staining.py +2 -2
- pages/home.py +2 -2
pages/Fluo_staining.py
CHANGED
@@ -121,8 +121,8 @@ st.write(
|
|
121 |
)
|
122 |
|
123 |
|
124 |
-
default_file_url_3 = "https://
|
125 |
-
default_file_url_4 = "https://
|
126 |
|
127 |
st.write(
|
128 |
"Upload your singles channels images (cytoplasme images and nuclei image) OR click the Load Default File button !"
|
|
|
121 |
)
|
122 |
|
123 |
|
124 |
+
default_file_url_3 = "https://github.com/lambda-science/MyoQuant/raw/refs/heads/main/sample_img/cytoplasm.tif"
|
125 |
+
default_file_url_4 = "https://github.com/lambda-science/MyoQuant/raw/refs/heads/main/sample_img/nuclei.tif"
|
126 |
|
127 |
st.write(
|
128 |
"Upload your singles channels images (cytoplasme images and nuclei image) OR click the Load Default File button !"
|
pages/home.py
CHANGED
@@ -7,7 +7,7 @@ st.sidebar.success("Select the corresponding staining analysis above.")
|
|
7 |
|
8 |
st.markdown(
|
9 |
"""
|
10 |
-
|
11 |
|
12 |

|
13 |

|
@@ -22,7 +22,7 @@ Once on the demo, click on the corresponding staining analysis on the sidebar, a
|
|
22 |
For all analysis you can press the "Load Default File" to load a sample image to try the tool.
|
23 |
|
24 |
## Contact
|
25 |
-
Creator and Maintainer: [**Corentin Meyer**, PhD](https://cmeyer.fr/) <
|
26 |
The source code for MyoQuant is available [HERE](https://github.com/lambda-science/MyoQuant).
|
27 |
|
28 |
## Partners
|
|
|
7 |
|
8 |
st.markdown(
|
9 |
"""
|
10 |
+
### MyoQuant-Streamlit🔬 is a demo web interface to showcase the usage of [MyoQuant](https://github.com/lambda-science/MyoQuant).
|
11 |
|
12 |

|
13 |

|
|
|
22 |
For all analysis you can press the "Load Default File" to load a sample image to try the tool.
|
23 |
|
24 |
## Contact
|
25 |
+
Creator and Maintainer: [**Corentin Meyer**, PhD](https://cmeyer.fr/) <contact@cmeyer.fr>
|
26 |
The source code for MyoQuant is available [HERE](https://github.com/lambda-science/MyoQuant).
|
27 |
|
28 |
## Partners
|