The results component will display the results from our HTTP request to the "/predict" route. The route will return data in this shape ``` javascript { "result": "survived", "chance": 0.80} ``` - [ ] Create a component called results - [ ] it should display the results of whether the user would have survived the Titanic crash - [ ] Use project clarity's HTML and CSS
The results component will display the results from our HTTP request to the "/predict" route.
The route will return data in this shape