Spaces:
Runtime error
Runtime error
Commit
·
d46bf65
1
Parent(s):
abc4c8c
Update app.py
Browse files
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("
|
21 |
-
tab_team, tab_history = st.tabs(["Form Table", "
|
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"
|