wangfowen/prequel_workshop_search
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Setup
pip install virtualenv
python -m venv myenv
source myenv/bin/activate
pip install -r requirements.txtRun
streamlit run app.py