You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,7 +26,7 @@ class App extends React.Component {
29
26
this.state={
30
27
relationshipResults: [],
31
28
pathResults: []
32
-
}
29
+
};
33
30
}
34
31
35
32
render(){
@@ -40,13 +37,13 @@ class App extends React.Component {
40
37
<Container>
41
38
<h1>ComptoxAI interactive data portal</h1>
42
39
<p>
43
-
From this page, you can search for individual entities (nodes) in ComptoxAI's graph database. When you select a query result, adjacent nodes (related data elements) are loaded and displayed below.
40
+
From this page, you can search for individual entities (nodes) in ComptoxAI's graph database. When you select a query result, adjacent nodes (related data elements) are loaded and displayed below.
44
41
</p>
45
42
<p>
46
43
For detailed usage instructions, please see <ahref="https://comptox.ai/browse.html">this page</a>.
0 commit comments