""" For this problem set you will be creating a full application in streamlit using all the technologies we have seen in class so far You will be using the IMDB Dataset (please download to your local machine) and we want to create an application that will list movies based on search params Try to use as many of these as possible in your search params - Movie name - Released year - Movie rating - Genre - Duration - IMDB rating - Meta score (this is based on average of critics) - Director - Stars - Number of votes - Gross amount You can decide how to display the rows. Try to show as much of the important information as you can in a nice way. You can have two versions: collapsed and uncollapsed. The collapsed is by default that shows basic information but when you click on it, it expands to show all the other data. """