Spaces:
Running
Running
tracinginsights
commited on
Commit
•
2823ac5
1
Parent(s):
893bd5b
Update pages/Positions_Change.py
Browse files
pages/Positions_Change.py
CHANGED
@@ -10,4 +10,4 @@ START_URL = st.text_input(label="Starting Grid URL from Formula1.com", value="ht
|
|
10 |
|
11 |
FINISH_URL = st.text_input(label="Race Result URL from Formula1.com", value="https://www.formula1.com/en/results.html/2022/races/1136/mexico/race-result.html")
|
12 |
|
13 |
-
Postions_Change.plot(START_URL, FINISH_URL)
|
|
|
10 |
|
11 |
FINISH_URL = st.text_input(label="Race Result URL from Formula1.com", value="https://www.formula1.com/en/results.html/2022/races/1136/mexico/race-result.html")
|
12 |
|
13 |
+
Postions_Change.plot(START_URL, FINISH_URL, GRANDPRIX)
|