This repository contains the backend code for a simple calculator application written in Python using Streamlit.
- Allows users to input two numbers.
- Supports basic arithmetic operations: addition, subtraction, multiplication, and division.
- Provides a user-friendly interface for performing calculations.
- Run the calculator application using Streamlit.
- Enter the first and second numbers.
- Select the desired operation from the dropdown menu.
- Click the "Calculate" button to see the result.
No additional dependencies are required to run this calculator backend. The code utilizes built-in Python libraries and the Streamlit framework for the user interface.