MCPcopy Create free account
hub / github.com/codingis4noobs2/QuickDigest / clear_submit

Function clear_submit

app.py:370–375  ·  view source on GitHub ↗

Clear the Submit Button State Returns:

()

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected