File size: 115 Bytes
dd0ef30
 
 
 
1
2
3
4
5
import streamlit as st

color = st.color_picker('Pick A Color', '#00f900')
st.write('The current color is', color)