Technical requirements
The following is a list of software and hardware installations that are required for this chapter:
streamlit-lottie
: We already installed this library in our Components chapter, but if you have yet to install it, now is a great time! To download this library, run the following code in your Terminal:pip install streamlit-lottie
Interestingly,
streamlit-lottie
uses thelottie
open-source library, which allows us to add web-native animations (such as a GIF) to our Streamlit apps. Frankly, it is a wonderful library that you can use to beautify Streamlit apps and was created by Fanilo Andrianasolo, a prolific Streamlit app creator.
- The job application example folder: The central repository for this book can be found at https://github.com/tylerjrichards/Streamlit-for-Data-Science. Within this repository, the
job_application_example
folder will contain some of the files that you will need for the second section of the...