mZichert commited on
Commit
aff437f
·
verified ·
1 Parent(s): df99924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ pn.extension("tabulator")
8
 
9
  ### Beispiel DataFrame
10
 
11
- df = pd.read_pickle(f"../data/boson/cossims_plural_slicewidth=1.pkl")
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: