/sickathon-example

Example App for SICKATHON

Primary LanguagePythonApache License 2.0Apache-2.0

sickathon-example

Python Streamlit LICENSE BUILD

Features 🚀

This app provides a simple example of how to use Streamlit st.experimental_connection to connect to a data source like Google Sheets and SQL database.

Prerequisites 📋

  • Python 3.10 or higher
  • Git and GitHub

Installation 🛠

  • Clone the repository:
git clone https://github.com/putuwaw/sickathon-example.git
  • Create and activate virtual environment:
python -m venv venv
source venv/bin/activate
  • Install the packages:
pip install -r requirements.txt
  • Set up secret for experimental connection:
cp .streamlit/secret.example.toml .streamlit/secrets.toml
  • Run the application:
streamlit run app.py

License 📝

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.