/simple_app

Streamlit web app to display SMILES

Primary LanguagePythonMIT LicenseMIT

Streamlit Tutorial 1

Streamlit web app to display SMILES

#1. 下载需要的程序库

apt-get install python3-pip #如果显示bash: pip: command not found
pip install -r requirements.txt

#2. 运行 streamlit 软件

streamlit run app.py