Skip to content

Commit

Permalink
Cleaned repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkya-kulkarni committed Apr 8, 2023
1 parent 9a306c2 commit 70d451b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PyTextureAnalysis_StreamlitApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

st.title(':blue[Texture analysis of fibrotic structures]')

st.caption('For more information, have a look at this [screenshot](https://github.com/ajinkya-kulkarni/PyTextureAnalysis/blob/main/StreamlitApp1.png) and [screenshot](https://github.com/ajinkya-kulkarni/PyTextureAnalysis/blob/main/StreamlitApp2.png). Sample image to test this application is available [here](https://github.com/ajinkya-kulkarni/PyTextureAnalysis/blob/main/TestImage1.tif). Source code available [here](https://github.com/ajinkya-kulkarni/PyTextureAnalysis).', unsafe_allow_html = False)
st.caption('For more information, have a look at this [screenshot](https://github.com/ajinkya-kulkarni/PyTextureAnalysis/blob/main/StreamlitApp.jpg). Sample image to test this application is available [here](https://github.com/ajinkya-kulkarni/PyTextureAnalysis/blob/main/TestImage1.tif). Source code available [here](https://github.com/ajinkya-kulkarni/PyTextureAnalysis).', unsafe_allow_html = False)

st.markdown("")

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ A web application developed using `Streamlit` is available at https://textureinf

## App Overview

![Streamlit App Screenshot](https://github.com/ajinkya-kulkarni/PyTextureAnalysis/blob/main/StreamlitApp1.png)
![Streamlit App Screenshot](https://github.com/ajinkya-kulkarni/PyTextureAnalysis/blob/main/StreamlitApp2.png)
![Streamlit App Screenshot](https://github.com/ajinkya-kulkarni/PyTextureAnalysis/blob/main/StreamlitApp.jpg)

## Requirements
- Python 3.8 or higher
Expand Down
Binary file added StreamlitApp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed StreamlitApp1.png
Binary file not shown.
Binary file removed StreamlitApp2.png
Binary file not shown.
Binary file modified TestImage1.tif
100755 → 100644
Binary file not shown.

0 comments on commit 70d451b

Please sign in to comment.