Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
sjsoares
/
Week5.Text.Classifier.Course6100.Soares
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Week5.Text.Classifier.Course6100.Soares
/
shared.py
sjsoares
Duplicate from posit/shiny-for-python-template
6a13324
verified
7 months 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"
)