Spaces:
Sleeping
Sleeping
carolanderson
commited on
Commit
•
672e971
1
Parent(s):
6f4d2a5
add inventory sheet
Browse files- .gitignore +1 -0
- Agency Inventory AI Usage - Sheet1.tsv +0 -0
- app.py +1 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.ipynb_checkpoints/
|
Agency Inventory AI Usage - Sheet1.tsv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
app.py
CHANGED
@@ -12,7 +12,7 @@ pn.extension(sizing_mode="scale_both")
|
|
12 |
import hvplot.pandas
|
13 |
|
14 |
# load data
|
15 |
-
infile = "
|
16 |
df = pd.read_csv(infile, sep="\t", lineterminator='\n')
|
17 |
|
18 |
# rearrange column order
|
|
|
12 |
import hvplot.pandas
|
13 |
|
14 |
# load data
|
15 |
+
infile = "Agency Inventory AI Usage - Sheet1.tsv"
|
16 |
df = pd.read_csv(infile, sep="\t", lineterminator='\n')
|
17 |
|
18 |
# rearrange column order
|