Skip to content

Commit 419f5b2

Browse files
committed
Remove cache reset
1 parent 1269b24 commit 419f5b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

panel/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def load_data(text_fname):
4444
text_fname = io.BytesIO(text_fname)
4545

4646
data = pd.read_csv(text_fname)
47-
pn.state.clear_caches()
4847
return data
4948

5049

0 commit comments

Comments
 (0)