Spaces:
Runtime error
Runtime error
deploy at 2024-08-21 10:33:13.627018
Browse files- main.py +1 -1
- timeline.csv +12 -15
main.py
CHANGED
@@ -239,7 +239,7 @@ def getConfigForm():
|
|
239 |
# Define the route for the homepage
|
240 |
@app.get('/')
|
241 |
def homepage():
|
242 |
-
return Titled('Generate a
|
243 |
Div(
|
244 |
Div(id="result"),
|
245 |
Div(Label(Strong('Generating timeline for the topic.... take a deep breath....')),
|
|
|
239 |
# Define the route for the homepage
|
240 |
@app.get('/')
|
241 |
def homepage():
|
242 |
+
return Titled(Card(H2('Generate a Timeline Dashboard using AI', cls = 'text-4xl font-bold')), Grid( getConfigForm(),
|
243 |
Div(
|
244 |
Div(id="result"),
|
245 |
Div(Label(Strong('Generating timeline for the topic.... take a deep breath....')),
|
timeline.csv
CHANGED
@@ -1,16 +1,13 @@
|
|
1 |
,index,Time,Event,Sentiment,TimeStr
|
2 |
-
0,
|
3 |
-
1,
|
4 |
-
2,2,
|
5 |
-
3,3,
|
6 |
-
4,4,
|
7 |
-
5,5,
|
8 |
-
6,6,
|
9 |
-
7,
|
10 |
-
8,
|
11 |
-
9,
|
12 |
-
10,
|
13 |
-
11,
|
14 |
-
12,12,2014-12-30 00:00:00+00:00,Dhoni retires from test cricket,Negative,30/12/2014
|
15 |
-
13,13,2018-01-01 00:00:00+00:00,"Dhoni receives the Padma Bhushan, India's third highest civilian award",Positive,01/01/2018
|
16 |
-
14,14,2019-12-31 00:00:00+00:00,Dhoni retires from limited overs international cricket,Negative,31/12/2019
|
|
|
1 |
,index,Time,Event,Sentiment,TimeStr
|
2 |
+
0,1,1957-01-01,Soviet space program puts first living being in orbit.,Positive,01/01/1957
|
3 |
+
1,0,1957-10-04,"Soviet Union launches Sputnik 1, first human-made object to orbit Earth.",Positive,04/10/1957
|
4 |
+
2,2,1961-01-01,Yuri Gagarin achieves first human spaceflight aboard Vostok 1.,Positive,01/01/1961
|
5 |
+
3,3,1965-03-18,Alexei Leonov conducts first spacewalk in history.,Positive,18/03/1965
|
6 |
+
4,4,1966-01-01,First automatic landing on another celestial body achieved.,Positive,01/01/1966
|
7 |
+
5,5,1969-07-20,American Apollo 11 mission lands on the Moon.,Positive,20/07/1969
|
8 |
+
6,6,1971-01-01,"Launch of first space station, Salyut 1.",Positive,01/01/1971
|
9 |
+
7,10,2000-01-01,China initiates successful crewed spaceflight program.,Positive,01/01/2000
|
10 |
+
8,11,2000-01-01,India launches Chandrayaan programme for space exploration.,Positive,01/01/2000
|
11 |
+
9,8,2009-01-01,Expert panel judges Constellation program unrealistic.,Negative,01/01/2009
|
12 |
+
10,7,2011-03-01,Substantial completion of International Space Station following STS-133.,Positive,01/03/2011
|
13 |
+
11,9,2022-01-01,First Artemis Program mission occurs.,Positive,01/01/2022
|
|
|
|
|
|