blob: fd85331396e98d9cd835b0b572a1ab652b64aae6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Streamlit builds upon three simple principles:
Embrace scripting:
Build an app in a few lines of code with our magically simple API. Then
see it automatically update as you iteratively save the source file.
Weave in interaction:
Adding a widget is the same as declaring a variable. No need to write a
backend, define routes, handle HTTP requests, connect a frontend, write
HTML, CSS, JavaScript.
Deploy instantly:
Effortlessly share, manage and deploy your apps, directly from Streamlit.
|