Skip to content

Commit f9dc1a0

Browse files
Updated app screenshots with Voronoi tessellation info
1 parent e3bc78d commit f9dc1a0

6 files changed

+2
-1
lines changed

PySpatialAnalysis_StreamlitApp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# Set the title of the web app
7878
st.title(':blue[Spatial analysis of H&E images]')
7979

80-
st.caption('Application screenshots available [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot1.png), [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot2.png) and [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot3.png). Sample image to test this application is available [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/TestImage.jpeg). Source code available [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis).', unsafe_allow_html = False)
80+
st.caption('Application screenshots available [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot1.png), [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot2.png), [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot3.png) and [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot4.png). Sample image to test this application is available [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/TestImage.jpeg). Source code available [here](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis).', unsafe_allow_html = False)
8181

8282
# Add some vertical space between the title and the next section
8383
st.markdown("")

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Spatial analysis is then performed on the detected nuclei, and finally a spreads
1414
![App Screenshots](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot1.png)
1515
![App Screenshots](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot2.png)
1616
![App Screenshots](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot3.png)
17+
![App Screenshots](https://github.com/ajinkya-kulkarni/PySpatialHistologyAnalysis/blob/main/screenshot4.png)
1718

1819
#### Dependencies
1920

screenshot1.png

-696 KB
Loading

screenshot2.png

-575 KB
Loading

screenshot3.png

-431 KB
Loading

screenshot4.png

278 KB
Loading

0 commit comments

Comments
 (0)