Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- app.py +3 -0
- sales_data.csv +0 -0
- sales_data.csv.bak +0 -0
app.py
CHANGED
@@ -7,6 +7,9 @@ import os
|
|
7 |
import tempfile
|
8 |
from cachetools import cached, TTLCache
|
9 |
|
|
|
|
|
|
|
10 |
warnings.filterwarnings("ignore", category=FutureWarning, module="seaborn")
|
11 |
|
12 |
# ------------------------------------------------------------------
|
|
|
7 |
import tempfile
|
8 |
from cachetools import cached, TTLCache
|
9 |
|
10 |
+
import sys
|
11 |
+
print(sys.path)
|
12 |
+
|
13 |
warnings.filterwarnings("ignore", category=FutureWarning, module="seaborn")
|
14 |
|
15 |
# ------------------------------------------------------------------
|
sales_data.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
sales_data.csv.bak
ADDED
The diff for this file is too large to render.
See raw diff
|
|