dmariko commited on
Commit
a31490f
1 Parent(s): e098c18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -70,7 +70,10 @@ output_text = gr.outputs.Textbox()
70
 
71
  if __name__ == '__main__':
72
 
73
- text = ['Group profit | valIs | € 115.7 million && € 115.7 million | dTime | in 2019']
 
 
 
74
 
75
  model_name_list = [
76
 
 
70
 
71
  if __name__ == '__main__':
72
 
73
+ text = ['Group profit | valIs | € 115.7 million && € 115.7 million | dTime | in 2019',
74
+ 'Net income | valIs | $48 million && $48 million | diGeo | in France && Net income | jPose | the interest rate && the interest rate | valIs | 0.6%',
75
+ 'The retirement age | incBy | 7 years && 7 years | cTime | 2018 && The retirement age | jpose | life expectancy && life expectancy | incBy | 10 years',
76
+ 'sales | incBy | € 115.7 million && € 115.7 million | dTime | in 2019 && € 115.7 million | diGeo | Europe']
77
 
78
  model_name_list = [
79