Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tututz/Gcompro
GCOMPRO2025
/
Gcompro
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tututz
commited on
Oct 16, 2025
Commit
acdb680
·
verified
·
1 Parent(s):
7d1ce0a
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")