Skip to content

Commit

Permalink
updates to remove unecessary data
Browse files Browse the repository at this point in the history
  • Loading branch information
gyetman committed May 16, 2023
1 parent 0f80544 commit 7041e30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
dcc.Location(id='url', refresh=True),
html.Div(id='page-content'),
dcc.Store(id='session',storage_type='session',
data=[{'test':'somedata'},
{'test2':'moredata'}]),
data=[]),
])
app.layout = layout
app.title = 'Solar Desalination Analysis Tool'
Expand Down

0 comments on commit 7041e30

Please sign in to comment.