James McCool commited on
Commit
3909ec7
·
1 Parent(s): 9c7e08b

Update subheader in app.py for clarity in name matching functions

Browse files

- Changed the subheader from "Name Matching Analysis" to "Name Matching functions" to better reflect the functionality being presented in the application.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with tab1:
70
 
71
  if Contest_file and projections_file:
72
  if st.session_state['Contest'] is not None and projections is not None:
73
- st.subheader("Name Matching Analysis")
74
  # Initialize projections_df in session state if it doesn't exist
75
  if 'projections_df' not in st.session_state:
76
  st.session_state['projections_df'] = projections.copy()
 
70
 
71
  if Contest_file and projections_file:
72
  if st.session_state['Contest'] is not None and projections is not None:
73
+ st.subheader("Name Matching functions")
74
  # Initialize projections_df in session state if it doesn't exist
75
  if 'projections_df' not in st.session_state:
76
  st.session_state['projections_df'] = projections.copy()