Spaces:
Running
Running
tracinginsights
commited on
Commit
·
893bd5b
1
Parent(s):
70634cd
Update pages/Positions_Change.py
Browse files
pages/Positions_Change.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
-
from repo_directory import
|
|
|
3 |
from repo_directory import button
|
4 |
|
5 |
|
@@ -9,4 +10,4 @@ START_URL = st.text_input(label="Starting Grid URL from Formula1.com", value="ht
|
|
9 |
|
10 |
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")
|
11 |
|
12 |
-
|
|
|
1 |
import streamlit as st
|
2 |
+
from repo_directory import Postions_Change
|
3 |
+
|
4 |
from repo_directory import button
|
5 |
|
6 |
|
|
|
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)
|