Spaces:
Sleeping
Sleeping
Bug Fix
Browse files
app.py
CHANGED
@@ -337,7 +337,3 @@ with st.container():
|
|
337 |
|
338 |
if not upload_success:
|
339 |
st.error('An error has occurred. Please contact the administrator. Sorry for the inconvenience.', icon="🚨")
|
340 |
-
# else:
|
341 |
-
# col_submit_btn, col_empty, col_clear_btn = st.columns([1,4, 1])
|
342 |
-
# if col_clear_btn.button("Clear" ,use_container_width=True):
|
343 |
-
# streamlit_js_eval(js_expressions="parent.window.location.reload()")
|
|
|
337 |
|
338 |
if not upload_success:
|
339 |
st.error('An error has occurred. Please contact the administrator. Sorry for the inconvenience.', icon="🚨")
|
|
|
|
|
|
|
|