F1-analysis / pages /Championship_Standings.py
tracinginsights's picture
Update pages/Championship_Standings.py
29b804b
raw
history blame
182 Bytes
import streamlit as st
from repo_directory import Championship_Standings
from repo_directory import button
df = Championship_Standings.get_results()
Championship_Standings.plot(df)