To install Python dependencies (such as bokeh), create a requirements.txt file, add each Python dependency on a new line, and upload the file to your repo. Streamlit Cloud parses your requirement.txt file and installs the specified Python dependencies.
In summary, upload a requirements.txt file containing the following:
bokeh
Note: You can use pipreqs to generate a requirements file for you by running: