Manaranjan commited on
Commit
ab908c2
·
verified ·
1 Parent(s): 7c071b9

deploy at 2024-08-21 10:33:13.627018

Browse files
Files changed (2) hide show
  1. main.py +1 -1
  2. 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 timeline ', Grid( getConfigForm(),
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,0,1981-07-07 00:00:00+00:00,MS Dhoni is born,Positive,07/07/1981
3
- 1,1,1999-01-01 00:00:00+00:00,Dhoni makes his first class debut for Bihar,Positive,01/01/1999
4
- 2,2,2004-12-23 00:00:00+00:00,Dhoni makes his debut for the Indian cricket team in an ODI against Bangladesh,Positive,23/12/2004
5
- 3,3,2005-12-01 00:00:00+00:00,Dhoni plays his first test match against Sri Lanka,Positive,01/12/2005
6
- 4,4,2007-01-01 00:00:00+00:00,Dhoni becomes captain of the ODI side,Positive,01/01/2007
7
- 5,5,2007-09-24 00:00:00+00:00,Dhoni leads India to victory in the ICC World Twenty20,Positive,24/09/2007
8
- 6,6,2008-01-01 00:00:00+00:00,Dhoni takes over as captain in all formats of cricket,Positive,01/01/2008
9
- 7,7,2008-01-01 00:00:00+00:00,Dhoni is awarded India's highest sport honor Major Dhyan Chand Khel Ratna Award,Positive,01/01/2008
10
- 8,8,2009-01-01 00:00:00+00:00,"Dhoni receives the Padma Shri, India's fourth highest civilian award",Positive,01/01/2009
11
- 9,10,2011-01-01 00:00:00+00:00,Dhoni is awarded honorary rank of Lieutenant Colonel in the Indian Territorial Army,Positive,01/01/2011
12
- 10,9,2011-04-02 00:00:00+00:00,Dhoni leads India to victory in the Cricket World Cup,Positive,02/04/2011
13
- 11,11,2013-06-23 00:00:00+00:00,Dhoni leads India to victory in the ICC Champions Trophy,Positive,23/06/2013
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