Skip to content

This repo contains code to create a simple web app interface to visualize data of a data science project

Notifications You must be signed in to change notification settings

john-esteban/streamlit_test

 
 

Repository files navigation

streamlit_test

This repo contains code to create a simple web app interface to visualize data of of data science project

Welcome to Streamlit!

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.

About

This repo contains code to create a simple web app interface to visualize data of a data science project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.5%
  • CSS 16.5%