Get picture link/download picture from st.camera_input()

Hi everyone,
I want to download or get picture link from this code:

import streamlit as st
img = st.camera_input('Take a picture') 

Thanks so much

You need a download button.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.