🏠Streamlit is an open-source Python library for creating and sharing custom web apps for machine learning and data science.
💰With Streamlit, you can easily build data-driven applications, such as a mortgage repayments calculator.
📝Streamlit evaluates your app from top to bottom, rendering each element in the order they appear.
🔢You can use input elements to capture user input and update values in your app.
📊Streamlit provides various widgets and components for visualizing data, such as graphs and tables.