Skip to content

Instantly share code, notes, and snippets.

@collinprather
Created March 15, 2020 17:29
Show Gist options
  • Save collinprather/a7aa44573b72163246160c932ad70716 to your computer and use it in GitHub Desktop.
Save collinprather/a7aa44573b72163246160c932ad70716 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