Skip to content

Zulelee/QuantumPharmaPOC

 
 

Repository files navigation

Setup and Running Instructions

  1. Clone the repository or open in GitHub Codespace
git clone <repository-url>
  1. Create environment file
cp .env.example .env
  1. Create and activate virtual environment
python -m venv venv
source venv/bin/activate  # On Windows use: venv\Scripts\activate
  1. Install requirements
pip install -r requirements.txt
  1. Run the application
streamlit run app.py

If you have any questions, checkout our documentation and community forums.

About

Example Streamlit app that you can fork to test out share.streamlit.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%