Skip to content

A simple Streamlit app that shows how to save Mito generated code

Notifications You must be signed in to change notification settings

mito-ds/streamlit-replay-code-simple-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Save Mito Generated Code to .py file

This repo is the simplest example of saving Mito generated code to a .py file in Streamlit.

Run the app locally:

  1. Clone this repo
  2. Create a virtual environment
python3 -m venv mitoenv
  1. Activate the virtual environment (windows)
mitoenv\Scripts\activate.bat
  1. Install the requirements
pip install -r requirements.txt
  1. Run the app
streamlit run main.py

About

A simple Streamlit app that shows how to save Mito generated code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages