Pragya Jatav commited on
Commit
063b96c
·
1 Parent(s): e015ebb

aesthetic changes 2

Browse files
Files changed (1) hide show
  1. pages/3_Saved_Scenarios.py +1 -1
pages/3_Saved_Scenarios.py CHANGED
@@ -19,7 +19,7 @@ import plotly.graph_objects as go
19
  st.set_page_config(layout='wide')
20
  load_local_css('styles.css')
21
  set_header()
22
-
23
  st.title("Saved Scenarios")
24
  # for k, v in st.session_state.items():
25
  # if k not in ['logout', 'login','config'] and not k.startswith('FormSubmitter'):
 
19
  st.set_page_config(layout='wide')
20
  load_local_css('styles.css')
21
  set_header()
22
+ scenarios_to_compare = []
23
  st.title("Saved Scenarios")
24
  # for k, v in st.session_state.items():
25
  # if k not in ['logout', 'login','config'] and not k.startswith('FormSubmitter'):