Spaces:
Running
Running
tracinginsights
commited on
Commit
•
8112b74
1
Parent(s):
3c8396f
Update pages/Penalty_Points.py
Browse files- pages/Penalty_Points.py +2 -1
pages/Penalty_Points.py
CHANGED
@@ -1,6 +1,7 @@
|
|
|
|
1 |
import streamlit as st
|
2 |
from repo_directory import Penalty_Points
|
3 |
-
|
4 |
|
5 |
_, drivers, n = Penalty_Points.get_data()
|
6 |
|
|
|
1 |
+
from repo_directory import button
|
2 |
import streamlit as st
|
3 |
from repo_directory import Penalty_Points
|
4 |
+
|
5 |
|
6 |
_, drivers, n = Penalty_Points.get_data()
|
7 |
|