chat-bot / shared.py
hieu1903's picture
Duplicate from posit/shiny-for-python-template
e1ea4bc 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")