adewopova's picture
Create startup.sh
ee0fc03 verified
raw
history blame contribute delete
151 Bytes
#!/bin/bash
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
pip install protobuf==3.19.6 --force-reinstall --no-deps
streamlit run accident_app.py