Movie picker: A simple but funny excercise for our flatshare

A very simple toy-app for our flatshare to help us decide which movie to see on a given night. Uses pandas and google drive :slight_smile:

Now I am a bit more ready to try out a complex bioinformatics project :stuck_out_tongue:

1 Like

Hey @franasa!

Welcome to the Streamlit Community! :partying_face: :partying_face: :tada: :tada: :tada: :partying_face: :partying_face: :tada: :partying_face:

Your app is looking really good, very simple and easy to use and understand!

Just to let you know when i tried to enter โ€œDark Comedyโ€ I got an error:

I think this is an easy fix, it seems that in line 52 the len(filtered_movies)-1 will be 0 if only one is chosen. You may just need to put an if statement in there to do slightly different things if one vs multiple selections are chosen (I could be wrong on this as I donโ€™t have access to the entire code! :nerd_face:)

Happy Streamlit-ing!
Marisa

Thanks for the kind feedback :heavy_heart_exclamation:
you are right, we just didnโ€™t have that situation yet so I oversaw it, Itโ€™s fixed now (:

1 Like