Skip to content

ShruAgarwal/streamlit_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit Beginner Template Tour 🎈

Streamlit App

👆 In the above App tour, you will learn about Streamlit basics & its awesome elements!

How to use this Template 👇

  • You can fork the repl and try the Shell commands below --
    • $ pip install -r requirements.txt
    • $ streamlit run streamlit_app.py
    • After running the above commands, it will start the Streamlit App & you can parallelly follow the code alongside for understanding the tour with much ease!
  • The #comments in the code will help you navigate through it.
  • You can freely use this template to experiment with cool Streamlit elements!
  • I have tried my best to make it look simple and easy to understand for everyone 🙂. I've learned so much while making this template, if you use it, please let me know!

📍 Some info about Imports section from streamlit_app.py file ▶

  1. streamlit -- python library for building cool apps!
  2. pandas -- creating dataframes (i.e., tables)
  3. numpy -- generating random numerical data
  4. altair -- visulalizing data from dataframes
  5. vega-datasets -- data used for generating map with altair!
  6. PIL -- to upload any type of image files

Hope you have fun learning with Streamlit! 😉

About

Replit template -- guide to learn and build Streamlit Apps. Also a part of #templatejam 2022

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages