TimWindecker commited on
Commit
144f1bb
·
verified ·
1 Parent(s): b4b77c6

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -315,7 +315,7 @@ with st.expander("How to Test Your Model", expanded=True):
315
  </div>
316
  """, unsafe_allow_html=True)
317
 
318
- uploaded_file = st.file_uploader("", type=['tsv', 'txt'])
319
 
320
  # Step 3
321
  st.markdown("""
 
315
  </div>
316
  """, unsafe_allow_html=True)
317
 
318
+ uploaded_file = st.file_uploader("Upload your TSV file with results", type=['tsv', 'txt'], label_visibility="collapsed")
319
 
320
  # Step 3
321
  st.markdown("""