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:
Levaser
/
yeeeaaa
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
yeeeaaa
/
shared.py
Levaser
Duplicate from posit/shiny-for-python-template
bf938f1
3 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"
)