We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1269b24 commit 419f5b2Copy full SHA for 419f5b2
panel/app.py
@@ -44,7 +44,6 @@ def load_data(text_fname):
44
text_fname = io.BytesIO(text_fname)
45
46
data = pd.read_csv(text_fname)
47
- pn.state.clear_caches()
48
return data
49
50
0 commit comments