Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
posit
/
shiny-for-python-template
like
7
Runtime error
App
Files
Files
Community
9
Fetching metadata from the HF Docker repository...
3f142c4
shiny-for-python-template
/
shared.py
cpsievert
Migrate to dashboard-tips example
3f142c4
verified
3 months ago
raw
Copy download link
history
blame
Safe
119 Bytes
from
pathlib
import
Path
import
pandas
as
pd
app_dir = Path(__file__).parent
tips = pd.read_csv(app_dir /
"tips.csv"
)