This repo contains code to create a simple web app interface to visualize data of of data science project
Edit /streamlit_app.py
to customize this app to your heart's desire. ❤️
If you have any questions, checkout our documentation and community forums.
The streamlit_app.py
file contains all the python code needed for the design of the web app.
Images and other media can be located in the same directory and added to the code as suggested in the example.
requirements.txt
contains the list of the pyhton packages needed for the project. They have to be installed in the current environment.
css
files are used for web development and contains information about the style (margins, colors, etc). Edit at your own risk.
The .streamlit
directory contains a file storing theme settings for streamlit, which is quite easy to edit to change the aspect of the web app.