Skip to content

Commit

Permalink
Update streamlit_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dec1costello authored Oct 13, 2024
1 parent 720081a commit 0fdbf9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Streamlit/streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
# rows = execute_query(conn.table("player_profiles").select("*"), ttl=0)
# df = pd.DataFrame(rows.data)

condensed_df = pd.read_csv('Streamlit/Rolling_SG_group_by_hole_player.csv')
df = pd.read_csv('Streamlit/player_profiles.csv')
condensed_df = pd.read_csv('Streamlit/Temp Data/Rolling_SG_group_by_hole_player.csv')
df = pd.read_csv('Streamlit/Temp Data/player_profiles.csv')


st.title("TOUR Championship Analysis")
Expand Down

0 comments on commit 0fdbf9d

Please sign in to comment.