Technical requirements
The following is a list of software and hardware installations that are required for this chapter:
streamlit-lottie
: 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 Andy Fanilo, a prolific Streamlit app creator.- The job application example folder: The central repository for this book can be found at https://github.com/tylerjrichards/Getting-Started-with-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 chapter, covering job applications. If you do not have this main repository downloaded already, use the following code in your Terminal...