Simple Streamlit app using Qiskit
- Clone this app:
git clone https://github.com/tula3and/random-question-generator.git - Move into the folder:
cd random-question-generator - Make a virtual space for Python:
python -m venv .venv - Activate the space:
./.venv/Scripts/activate - Download all requirements:
pip install -r requirements.txt - Download streamlit:
pip install streamlit - Execute it:
streamlit run main.py