Sottotitoli-voice / shared.py
s8t's picture
Duplicate from posit/shiny-for-python-template
02f1c6a
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")