Update src/streamlit_app.py
Browse files- 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("""
|