/streamlit-app

Testing streamlit framework for webapp with python.

Primary LanguagePython

Streamlit Trial Project

Python Version Streamlit Version

This is a simple Streamlit project created for the purpose of learning how Streamlit works and to test its main components. The project includes a few basic examples to demonstrate Streamlit's capabilities.

Getting Started

  1. Make sure you have Python installed on your system.
  2. Create a virtual environment:
python -m venv venv
  1. Activate it and install the dependencies:
venv\Scripts\activate
pip install -r requirements.txt
  1. Run the project:
streamlit run app.py

Project Structure

  • app.py: The main Streamlit application.
  • data/: Placeholder for any data files used in the app.
  • images/: Contains the logo in a png file.
  • local/: Include the pages shown on the sidebar.
  • README.md: This file.