Stade_U18 / streamlit_app /components /players_comparison.py
2nzi's picture
first commit
ffe1030 verified
raw
history blame contribute delete
181 Bytes
import streamlit as st
import pandas as pd
def show_players_comparison(df):
"""Composant simple pour comparer les matchs"""
st.header("In progress...")