Spaces:
Paused
Paused
File size: 119 Bytes
5f389e7 |
1 2 3 4 5 6 |
from pathlib import Path
import pandas as pd
app_dir = Path(__file__).parent
tips = pd.read_csv(app_dir / "tips.csv") |