Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
@@ -149,3 +149,4 @@ else:
|
|
149 |
st.warning(f"Maximum upload attempts has been reached ({max_attempts}).")
|
150 |
if 'upload_count' in st.session_state and st.session_state['upload_count'] > 0:
|
151 |
st.info(f"Files uploaded {st.session_state['upload_count']} time(s).")
|
|
|
|
149 |
st.warning(f"Maximum upload attempts has been reached ({max_attempts}).")
|
150 |
if 'upload_count' in st.session_state and st.session_state['upload_count'] > 0:
|
151 |
st.info(f"Files uploaded {st.session_state['upload_count']} time(s).")
|
152 |
+
|