Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 614 Bytes

File metadata and controls

26 lines (25 loc) · 614 Bytes

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.