Skip to content

Commit c35584d

Browse files
committed
updt
1 parent e3a8d38 commit c35584d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/Submit your results.py

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def run_query(query):
5959
# Name
6060

6161
patientid = st.text_input("🧍‍♂️🧍‍♀️ Who are you?*")
62+
if patientid == "":
63+
st.stop()
6264

6365
# Date
6466

0 commit comments

Comments
 (0)