Skip to content

Commit 3dba43d

Browse files
Small fix about links
1 parent f1d7a5a commit 3dba43d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/myoquant/streamlit/pages/Fluo_staining.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def st_paint_histo_img(image_ndarray, df_cellpose, cellpose_df_stat):
121121
)
122122

123123

124-
default_file_url_3 = "https://raw.githubusercontent.com/lambda-science/MyoQuant/refs/heads/main/sample_img/cytoplasmes.tif"
125-
default_file_url_4 = "https://raw.githubusercontent.com/lambda-science/MyoQuant/refs/heads/main/sample_img/noyaux.tif"
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"
126126

127127
st.write(
128128
"Upload your singles channels images (cytoplasme images and nuclei image) OR click the Load Default File button !"

src/myoquant/streamlit/pages/home.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
st.markdown(
99
"""
10-
## MyoQuant-Streamlit🔬 is a demo web interface to showcase the usage of [MyoQuant](https://github.com/lambda-science/MyoQuant).
10+
### MyoQuant-Streamlit🔬 is a demo web interface to showcase the usage of [MyoQuant](https://github.com/lambda-science/MyoQuant).
1111
1212
![MyoQuant Banner](https://i.imgur.com/mzALgZL.png)
1313
![MyoQuant Illustration](https://i.imgur.com/FxpFUT3.png)
@@ -22,7 +22,7 @@
2222
For all analysis you can press the "Load Default File" to load a sample image to try the tool.
2323
2424
## Contact
25-
Creator and Maintainer: [**Corentin Meyer**, PhD](https://cmeyer.fr/) <[email protected].fr>
25+
Creator and Maintainer: [**Corentin Meyer**, PhD](https://cmeyer.fr/) <contact@cmeyer.fr>
2626
The source code for MyoQuant is available [HERE](https://github.com/lambda-science/MyoQuant).
2727
2828
## Partners

0 commit comments

Comments
 (0)