Webapp built in python
Deployed Link - https://webapp1varun.streamlit.app/
A modern, multi-page web application built with Python and Streamlit, featuring a home page, about page, and contact page with interactive elements.
- Multi-page navigation via sidebar
- Responsive layout with Streamlit columns
- Interactive components (forms, buttons, metrics)
- Custom styling with CSS and Streamlit theme configuration
- Contact form functionality
- Team information display
- Basic metrics dashboard
multipage-app/ │ ├── pages/ │ ├── about.py # About page content │ └── contact.py # Contact page content │ ├── .streamlit/ │ └── config.toml # Streamlit configuration file │ ├── app.py # Main application file ├── requirements.txt # Project dependencies └── README.md # This file