Spaces:
Running
Running
tracinginsights
commited on
Commit
•
b52467d
1
Parent(s):
393772c
Update pages/Penalty_Points.py
Browse files- pages/Penalty_Points.py +3 -1
pages/Penalty_Points.py
CHANGED
@@ -10,4 +10,6 @@ DRIVERS_REMOVED = st.multiselect(
|
|
10 |
'Select Drivers to remove',
|
11 |
drivers)
|
12 |
|
13 |
-
Penalty_Points.plot(DRIVERS_REMOVED)
|
|
|
|
|
|
10 |
'Select Drivers to remove',
|
11 |
drivers)
|
12 |
|
13 |
+
Penalty_Points.plot(DRIVERS_REMOVED)
|
14 |
+
|
15 |
+
Penalty_Points.points_table()
|