- Clone the repository:
git clone https://github.com/yourusername/streamlit-plotting-app.git - Navigate to the project directory:
cd streamlit-plotting-app - Install the required dependencies:
pip install -r requirements.txt
To run the application, execute the following command:
streamlit run src/app.py
Open your browser and go to http://localhost:8501 to interact with the application.
- Input a function like
y = x^2to see the corresponding plot. - Request plots for predefined functions such as
sin(x)orcos(x).