Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PX200O
/
Model
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Model
/
shared.py
PX200O
Duplicate from posit/shiny-for-python-template
c9a3e29
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
from
pathlib
import
Path
import
pandas
as
pd
app_dir = Path(__file__).parent
tips = pd.read_csv(app_dir /
"tips.csv"
)