This application allows users to fetch data from the Food Standards Agency (FSA) API based on geographical coordinates.
- Users can input longitude and latitude values.
- The application makes a request to the FSA API using these coordinates to find relevant food establishment data.
- If the API request is successful, users can download the resulting data in JSON format.
- If the API request fails, an appropriate error message is displayed.
- Clone this repository or download the source code.
- Ensure you have Python installed (version 3.7+ recommended).
- Install the necessary dependencies using pip:
pip install -r requirements.txt
Once the dependencies are installed, you can run the Streamlit application using the following command:
streamlit run st_app.pyThis will typically open the application in your default web browser.