Clear the Submit Button State Returns:
()
| 368 | } |
| 369 | |
| 370 | def clear_submit(): |
| 371 | """ |
| 372 | Clear the Submit Button State |
| 373 | Returns: |
| 374 | """ |
| 375 | st.session_state["submit"] = False |
| 376 | |
| 377 | @st.cache_data() |
| 378 | def load_data(uploaded_file): |
nothing calls this directly
no outgoing calls
no test coverage detected