Skip to content

Commit 9a306c2

Browse files
Updated app screenshots
1 parent 360b69b commit 9a306c2

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

PyTextureAnalysis_StreamlitApp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656

5757
image_bytes = BytesIO(image_data)
5858

59-
st.set_page_config(page_title = 'PyTextureAnalysis', page_icon = image_bytes, layout = "wide", initial_sidebar_state = "expanded", menu_items = {'Get help': 'mailto:ajinkya.kulkarni@mpinat.mpg.de', 'Report a bug': 'mailto:ajinkya.kulkarni@mpinat.mpg.de', 'About': 'This is a application for demonstrating the PyTextureAnalysis package. Developed, tested and maintained by Ajinkya Kulkarni: https://github.com/ajinkya-kulkarni at the MPI-NAT, Goettingen.'})
59+
st.set_page_config(page_title = 'PyTextureAnalysis', page_icon = image_bytes, layout = "wide", initial_sidebar_state = "expanded", menu_items = {'About': 'This is a application for demonstrating the PyTextureAnalysis package. Developed, tested and maintained by Ajinkya Kulkarni: https://github.com/ajinkya-kulkarni at the MPI-NAT, Goettingen.'})
6060

6161
# Title of the web app
6262

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

65-
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)
65+
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)
6666

6767
st.markdown("")
6868

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ A web application developed using `Streamlit` is available at https://textureinf
1919

2020
## App Overview
2121

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

2425
## Requirements
2526
- Python 3.8 or higher

StreamlitApp.jpg

-591 KB
Binary file not shown.

StreamlitApp1.png

74.2 KB
Loading

StreamlitApp2.png

379 KB
Loading

TestImage1.tif

719 KB
Binary file not shown.

0 commit comments

Comments
 (0)