When I plotting a slice of CT with Matplotlib and Streamlit they show differently that slice. In below I plotting them:
st..image(img.astype(np.uint8))

As you can see the matplotlib show the best one. How can set streamlit to show this images like matplotlib?

