# st_comp **Repository Path**: swiftlc/st_comp ## Basic Information - **Project Name**: st_comp - **Description**: st_comp - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-26 - **Last Updated**: 2024-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # st_comp Streamlit component that allows you to do X ## Installation instructions ```sh pip install st_comp ``` ## Usage instructions ```python import streamlit as st from st_comp import st_comp value = st_comp() st.write(value)