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:
Duplicated from
TJStatsApps/pitch_plot_select_old
TJStatsApps
/
pitch_plot_select_spring
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nesticot
commited on
Nov 11, 2024
Commit
b1e059c
·
verified
·
1 Parent(s):
08f1132
Delete shared.py
Browse files
Files changed (1)
hide
show
shared.py
+0
-6
shared.py
DELETED
Viewed
@@ -1,6 +0,0 @@
1
-
from pathlib import Path
2
-
3
-
import pandas as pd
4
-
5
-
app_dir = Path(__file__).parent
6
-
tips = pd.read_csv(app_dir / "tips.csv")