Skip to content

Commit

Permalink
🎨 Format with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
nepito committed Mar 19, 2024
1 parent 0aaddba commit fdbe106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def list_of_players_in_ws_and_as(longer, played_minutes):
if jugador in played_minutes.player.to_list()
]


PAGE_TITLE = "Hierarchical Review"
PAGE_ICON = "🧩"
st.set_page_config(page_title=PAGE_TITLE, page_icon=PAGE_ICON)
Expand Down

0 comments on commit fdbe106

Please sign in to comment.