-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
57 lines (56 loc) · 2.13 KB
/
example.json
File metadata and controls
57 lines (56 loc) · 2.13 KB
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
{
"title": {
"media": {
"url": "",
"caption": " <a target=\"_blank\" href=''>credits</a>",
"credit": ""
},
"text": {
"headline": "Welcome to<br>Streamlit Timeline",
"text": "<p>A Streamlit Timeline component by integrating TimelineJS from Knightlab</p>"
}
},
"events": [
{
"media": {
"url": "https://vimeo.com/143407878",
"caption": "How to Use TimelineJS (<a target=\"_blank\" href='https://timeline.knightlab.com/'>credits</a>)"
},
"start_date": {
"hour":"0",
"minute":"1",
"second":"12"
},
"text": {
"headline": "TimelineJS<br>Easy-to-make, beautiful timelines.",
"text": "<p>TimelineJS is a populair tool from Knightlab. It has been used by more than 250,000 people to tell stories seen hundreds of millions of times, and is available in more than sixty languages. </p>"
}
},
{
"media": {
"url": "https://www.youtube.com/watch?v=CmSKVW1v0xM",
"caption": "Streamlit Components (<a target=\"_blank\" href='https://streamlit.io/'>credits</a>)"
},
"start_date": {
"hour":"0",
"minute":"2",
"second":"12"
},
"text": {
"headline": "Streamlit Components<br>version 0.63.0",
"text": "Streamlit lets you turn data scripts into sharable web apps in minutes, not weeks. It's all Python, open-source, and free! And once you've created an app you can use our free sharing platform to deploy, manage, and share your app with the world."
}
},
{
"start_date": {
"hour":"0",
"minute":"3",
"second":"12"
},
"text": {
"headline": "Streamlit TimelineJS component",
"text": "Started with a demo on https://www.innerdoc.com/nlp-timeline/ . <br>Then made a <a href='https://github.com/innerdoc/streamlit-timeline'>Streamlit component</a> of it. <br>Then made a <a href='https://pypi.org/project/streamlit-timeline/'>PyPi package</a> for it."
}
}
]
}