This repository contains the code for a webpage created using Streamlit. It showcases the work we did for our Física 1 project, which can be found in this repository.
The webpage is deployed and can be accessed using any of the following links:
- https://chicago-fisicos.xyz
- https://chicago-fisicos.chewer.net
- https://chicago-fisicos.streamlit.app
To run this project locally, follow these steps:
git clone https://github.com/Chicago-Fisicos/homepage.git
cd homepage
pip install -r requirements.txt
streamlit run Pages/home.py
Once the Streamlit server is running, you can interact with the webpage through your web browser at http://localhost:8501.
Make sure you have Docker and Docker Compose installed on your system.
docker compose up
Open your browser at http://localhost:8505.