Spaces:
Running
Running
File size: 294 Bytes
1c2e97f 8112b74 ca97e90 1c2e97f 3c8396f 1c2e97f 3c8396f 1c2e97f |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# from repo_directory import button
# import streamlit as st
# from repo_directory import Penalty_Points
# _, drivers, n = Penalty_Points.get_data()
# #Remove drivers
# DRIVERS_REMOVED = st.multiselect(
# 'Select Drivers to remove',
# drivers)
# Penalty_Points.plot(DRIVERS_REMOVED) |