" \"Enter an english text and click on the button bellow to construct an ontology.\",\n",
" html.H4(\"Enter an english text and click on the button bellow to construct an ontology.\", style={'text-align': 'center'}),\n",
" html.Br(),\n",
" \" You can then browse the results online or download them as a zip file.\",\n",
" html.P(\"It should take about 10 sec/sentence. You can then browse the results online or download them as a zip file.\", style={'text-align': 'center'}),\n",
" html.P(\"The text must be a simple succession of sentences. Fancy formating is not supported at the moment. \", style={'text-align': 'center'}), \n",
" html.Br(),\n",
" html.Br(),\n",
" dcc.Textarea(\n",
" html.Div(dbc.Textarea(\n",
" id='textarea-state',\n",
" value='Jupiter is a gas giant. Earth is a rock planet.',\n",
" style={'width': '80%', 'height': 100},\n",
" value='Jupiter is a gas giant. Earth is a rock planet.',style={'width': '100%', 'height': 130}),\n",