BananaSauce commited on
Commit
09d0a8d
·
1 Parent(s): 3627c5b

added show success

Browse files
Files changed (1) hide show
  1. multiple.py +2 -0
multiple.py CHANGED
@@ -475,6 +475,8 @@ def multiple_main():
475
  st.session_state.uploaded_files = []
476
  if 'filtered_scenarios_df' not in st.session_state:
477
  st.session_state.filtered_scenarios_df = None
 
 
478
 
479
  if 'jira_server' not in st.session_state:
480
  st.session_state.jira_server = JIRA_SERVER
 
475
  st.session_state.uploaded_files = []
476
  if 'filtered_scenarios_df' not in st.session_state:
477
  st.session_state.filtered_scenarios_df = None
478
+ if 'show_success' not in st.session_state:
479
+ st.session_state.show_success = False
480
 
481
  if 'jira_server' not in st.session_state:
482
  st.session_state.jira_server = JIRA_SERVER