-
Notifications
You must be signed in to change notification settings - Fork 8
/
streamlit_apps.json
141 lines (141 loc) · 5.79 KB
/
streamlit_apps.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
[{
"name": "charts.area_chart",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.area_chart.py"
},
{
"name": "charts.audio",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.audio.py"
},
{
"name": "charts.bar_chart",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.bar_chart.py"
},
{
"name": "charts.bokeh_chart",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.bokeh_chart.py"
},
{
"name": "charts.deck_gl_charts1",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.deck_gl_charts1.py"
},
{
"name": "charts.deck_gl_charts2",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.deck_gl_charts2.py"
},
{
"name": "charts.graphviz_chart",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.graphviz_chart.py"
},
{
"name": "charts.image",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.image.py"
},
{
"name": "charts.line_chart",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.line_chart.py"
},
{
"name": "charts.map",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.map.py"
},
{
"name": "charts.plotly_chart",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.plotly_chart.py"
},
{
"name": "charts.pyplot",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.pyplot.py"
},
{
"name": "charts.vega_lite_chart",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.vega_lite_chart.py"
},
{
"name": "charts.video",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/charts.video.py"
},
{
"name": "data.dataframe",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/data.dataframe.py"
},
{
"name": "data.json",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/data.json.py"
},
{
"name": "data.table",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/data.table.py"
},
{
"name": "text.code",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/text.code.py"
},
{
"name": "text.header",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/text.header.py"
},
{
"name": "text.markdown",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/text.markdown.py"
},
{
"name": "text.subheader",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/text.subheader.py"
},
{
"name": "text.text",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/text.text.py"
},
{
"name": "text.title",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/text.title.py"
},
{
"name": "text.write1",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/text.write1.py"
},
{
"name": "text.write2",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/text.write2.py"
},
{
"name": "text.write3",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/text.write3.py"
},
{
"name": "widget.button",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/widget.button.py"
},
{
"name": "widget.checkbox",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/widget.checkbox.py"
},
{
"name": "widget.date_input",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/widget.date_input.py"
},
{
"name": "widget.radio",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/widget.radio.py"
},
{
"name": "widget.selectbox",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/widget.selectbox.py"
},
{
"name": "widget.slider",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/widget.slider.py"
},
{
"name": "widget.text_area",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/widget.text_area.py"
},
{
"name": "widget.text_input",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/widget.text_input.py"
},
{
"name": "widget.time_input",
"url": "https://raw.githubusercontent.com/streamlit/streamlit/develop/docs/api-examples-source/widget.time_input.py"
}
]