Spaces:
Sleeping
Sleeping
James McCool
commited on
Commit
·
6b3aa60
1
Parent(s):
264a782
ping
Browse files- 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
|
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:
|