hectorjelly commited on
Commit
d46bf65
·
1 Parent(s): abc4c8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ st.markdown(
17
  )
18
 
19
  # Set title and create a new tab for league history
20
- st.title("SoccerTwos Challenge Form Table! - Only last 24hours of games considered")
21
- tab_team, tab_history = st.tabs(["Form Table", "League History Overtimer"])
22
 
23
  # Fetch the match results from the last 24 hours
24
  MATCH_RESULTS_URL = "https://huggingface.co/datasets/huggingface-projects/bot-fight-data/raw/main/soccer_history.csv"
 
17
  )
18
 
19
  # Set title and create a new tab for league history
20
+ st.title("24 Hours Form Table!")
21
+ tab_team, tab_history = st.tabs(["Form Table", "Next"])
22
 
23
  # Fetch the match results from the last 24 hours
24
  MATCH_RESULTS_URL = "https://huggingface.co/datasets/huggingface-projects/bot-fight-data/raw/main/soccer_history.csv"