This repo is the simplest example of saving Mito generated code to a .py file in Streamlit.
- Clone this repo
- Create a virtual environment
python3 -m venv mitoenv
- Activate the virtual environment (windows)
mitoenv\Scripts\activate.bat
- Install the requirements
pip install -r requirements.txt
- Run the app
streamlit run main.py