Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Streamlit


Dependences:

Mainly:

pip install streamlit 

And we execute from our app.py writing on our terminal:

streamlit run app.py

Others:

There is also modules for multipages, timelines, folium methods, etc like:

pip install streamlit-pages
pip install streamlit-timeline
pip install streamlit-folium

Some basic functions examples here in: Example.

See this and much else with explanations and better examples on Streamlit Documentation.