Pubmed_Analyzer / deploy.sh
Qiwei97's picture
Create deploy.sh
cc9702f
raw
history blame
158 Bytes
#!/bin/bash
git clone https://github.com/amontgomerie/question_generator
python -m pip install -e question_generator
streamlit run app.py --theme.base light