James McCool commited on
Commit
6b3aa60
·
1 Parent(s): 264a782
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -446,7 +446,7 @@ if selected_tab == 'User Upload':
446
  col1, col2 = st.columns([1, 5])
447
 
448
  with col1:
449
- proj_file = st.file_uploader("Upload Projections File", key = 'proj_uploader')
450
 
451
  if proj_file is not None:
452
  try:
 
446
  col1, col2 = st.columns([1, 5])
447
 
448
  with col1:
449
+ proj_file = st.file_uploader("Upload Projections", key = 'proj_uploader')
450
 
451
  if proj_file is not None:
452
  try: