AAhad commited on
Commit
a7a4df8
·
verified ·
1 Parent(s): 67b29a2

updated cache

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import plotly.express as px
3
  import plotly.graph_objects as go
4
  import inspect
5
 
6
- @st.experimental_memo
7
  def get_chart_68636849():
8
  import plotly.express as px
9
  import numpy as np
 
3
  import plotly.graph_objects as go
4
  import inspect
5
 
6
+ @st.cache_data
7
  def get_chart_68636849():
8
  import plotly.express as px
9
  import numpy as np