We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a8d38 commit c35584dCopy full SHA for c35584d
pages/Submit your results.py
@@ -59,6 +59,8 @@ def run_query(query):
59
# Name
60
61
patientid = st.text_input("🧍♂️🧍♀️ Who are you?*")
62
+if patientid == "":
63
+ st.stop()
64
65
# Date
66
0 commit comments