M.Pasha1099 / shared.py
PASHA109970's picture
Duplicate from posit/shiny-for-python-template
e69d2be verified
Raw
History Blame Contribute Delete
119 Bytes
from pathlib import Path
import pandas as pd
app_dir = Path(__file__).parent
tips = pd.read_csv(app_dir / "tips.csv")