Skip to content

Instantly share code, notes, and snippets.

@collinprather
Created March 14, 2020 21:58
Show Gist options
  • Save collinprather/00717d6566f308baf5f8ed89ad07c239 to your computer and use it in GitHub Desktop.
Save collinprather/00717d6566f308baf5f8ed89ad07c239 to your computer and use it in GitHub Desktop.
├── app.py # streamlit code
├── content.py # textual content - imported into app
├── images # various images for your app
│   ├── logo.png
│   ├── background.png
├── requirements.txt # libraries used by your app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment