Metadata-Version: 2.1
Name: st_pop_up_component
Version: 0.0.3
Summary: Using this component
Home-page: 
Author: Siva S
Author-email: 
Requires-Python: >=3.6
Description-Content-Type: text/plain
License-File: LICENSE

import streamlit as st
                    import st_pop_up_component as sp
                    output =sp.st_custom_pop_up("Do you want to cancel?",key="first-key")
                    st.write(output)
