Spaces:
Running
Running
Commit
·
8fc9fc2
1
Parent(s):
3686552
Update pages/Corner_Analysis.py
Browse files- pages/Corner_Analysis.py +1 -1
pages/Corner_Analysis.py
CHANGED
@@ -30,4 +30,4 @@ distance_range = st.slider(
|
|
30 |
'Select a range for distance ',
|
31 |
0, 7100, (1025, 2000))
|
32 |
|
33 |
-
Corner_Analysis.plot(
|
|
|
30 |
'Select a range for distance ',
|
31 |
0, 7100, (1025, 2000))
|
32 |
|
33 |
+
Corner_Analysis.plot(DRIVER_1, DRIVER_2, distance_range, laps, f1session)
|