Datathon-2024 / app /shared.py
MaxAtoms
Add dashboard template
9f3ae79
raw
history blame
120 Bytes
from pathlib import Path
import pandas as pd
app_dir = Path(__file__).parent
tips = pd.read_csv(app_dir / "tips.csv")