Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ pn.extension("tabulator")
|
|
8 |
|
9 |
### Beispiel DataFrame
|
10 |
|
11 |
-
df = pd.read_pickle(f"
|
12 |
if "boson" in df.index:
|
13 |
df = df.drop("boson")
|
14 |
if "bosons" in df.index:
|
|
|
8 |
|
9 |
### Beispiel DataFrame
|
10 |
|
11 |
+
df = pd.read_pickle(f"cossims_plural_slicewidth=1.pkl")
|
12 |
if "boson" in df.index:
|
13 |
df = df.drop("boson")
|
14 |
if "bosons" in df.index:
|