fixed json info in constructors by swapping Liam and Yuki. Make place holder for video submission
Browse files- assets/constructor_details.json +2 -2
- todo.txt +1 -0
- utils/constants.py +6 -0
assets/constructor_details.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"power_unit": "Honda RBPT",
|
| 22 |
"base": "Milton Keynes, United Kingdom",
|
| 23 |
"team_principal": "Christian Horner",
|
| 24 |
-
"drivers": ["Max Verstappen", "
|
| 25 |
},
|
| 26 |
"Mercedes": {
|
| 27 |
"team_name": "Mercedes-AMG Petronas Formula One Team",
|
|
@@ -61,7 +61,7 @@
|
|
| 61 |
"power_unit": "Honda RBPT",
|
| 62 |
"base": "Faenza, Italy",
|
| 63 |
"team_principal": "Laurent Mekies",
|
| 64 |
-
"drivers": ["
|
| 65 |
},
|
| 66 |
"Williams": {
|
| 67 |
"team_name": "Williams Racing",
|
|
|
|
| 21 |
"power_unit": "Honda RBPT",
|
| 22 |
"base": "Milton Keynes, United Kingdom",
|
| 23 |
"team_principal": "Christian Horner",
|
| 24 |
+
"drivers": ["Max Verstappen", "Yuki Tsunoda"]
|
| 25 |
},
|
| 26 |
"Mercedes": {
|
| 27 |
"team_name": "Mercedes-AMG Petronas Formula One Team",
|
|
|
|
| 61 |
"power_unit": "Honda RBPT",
|
| 62 |
"base": "Faenza, Italy",
|
| 63 |
"team_principal": "Laurent Mekies",
|
| 64 |
+
"drivers": ["Liam Lawson", "Isack Hadjar"]
|
| 65 |
},
|
| 66 |
"Williams": {
|
| 67 |
"team_name": "Williams Racing",
|
todo.txt
CHANGED
|
@@ -4,6 +4,7 @@ More info about the Gradio agent: https://www.gradio.app/guides/agents-and-tool-
|
|
| 4 |
* Demo the Gradio UI
|
| 5 |
* Demo the MCP client using Claude Desktop
|
| 6 |
* Demo the MCP client using mcp_client.py
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
Side sponsor wins
|
|
|
|
| 4 |
* Demo the Gradio UI
|
| 5 |
* Demo the MCP client using Claude Desktop
|
| 6 |
* Demo the MCP client using mcp_client.py
|
| 7 |
+
* Add the Loom video embedded in the "About" tab
|
| 8 |
|
| 9 |
|
| 10 |
Side sponsor wins
|
utils/constants.py
CHANGED
|
@@ -40,6 +40,12 @@ Welcome to the Formula 1 MCP server, your one-stop destination for Formula 1 dat
|
|
| 40 |
<br>
|
| 41 |
This application leverages the FastF1 library and OpenF1 API to provide detailed insights into Formula 1 races, drivers, and teams.
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
## Available Tools in Gradio UI
|
| 44 |
|
| 45 |
### Championship Standings
|
|
|
|
| 40 |
<br>
|
| 41 |
This application leverages the FastF1 library and OpenF1 API to provide detailed insights into Formula 1 races, drivers, and teams.
|
| 42 |
|
| 43 |
+
## Video Demonstration & Submissions
|
| 44 |
+
|
| 45 |
+
Video is work in progress 👀
|
| 46 |
+
<!-- <iframe src="https://www.loom.com/embed/4e0a5dbf7b8e4c428a7e2a8a8a8edc3b" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe> -->
|
| 47 |
+
|
| 48 |
+
|
| 49 |
## Available Tools in Gradio UI
|
| 50 |
|
| 51 |
### Championship Standings
|