corentinm7 commited on
Commit
a169584
·
verified ·
1 Parent(s): 2534241

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. pages/Fluo_staining.py +2 -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://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"
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
- ## MyoQuant-Streamlit🔬 is a demo web interface to showcase the usage of [MyoQuant](https://github.com/lambda-science/MyoQuant).
11
 
12
  ![MyoQuant Banner](https://i.imgur.com/mzALgZL.png)
13
  ![MyoQuant Illustration](https://i.imgur.com/FxpFUT3.png)
@@ -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/) <corentin.meyer@etu.unistra.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
  ![MyoQuant Banner](https://i.imgur.com/mzALgZL.png)
13
  ![MyoQuant Illustration](https://i.imgur.com/FxpFUT3.png)
 
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