Deepfake_0.1 / shared.py
28Senaru's picture
Duplicate from posit/shiny-for-python-template
16b0e2e 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")