plebias commited on
Commit
5e492a8
·
verified ·
1 Parent(s): e1d0521

Update app_final.py

Browse files
Files changed (1) hide show
  1. app_final.py +4 -4
app_final.py CHANGED
@@ -1143,8 +1143,8 @@ else:
1143
  submitted = st.form_submit_button("Submit")
1144
  if submitted:
1145
  #conDict.send(to firebase, with key) # retrieve from key
1146
- st.write("check out your new scenario here!")
1147
- loadScenario = st.button("Go to patient simulator (currently not implemented)")
1148
  else:
1149
  with st.form("empty_form"):
1150
  st.write("Blank Form")
@@ -1170,5 +1170,5 @@ else:
1170
  submitted_empty = st.form_submit_button("Submit")
1171
  if submitted_empty:
1172
  #conDict.send(to firebase, with key) # retrieve from key
1173
- st.write("check out your new scenario here!")
1174
- loadScenario = st.button("Go to patient simulator (currently not implemented)")
 
1143
  submitted = st.form_submit_button("Submit")
1144
  if submitted:
1145
  #conDict.send(to firebase, with key) # retrieve from key
1146
+ st.write("check out your new scenario here! (not implemented yet)")
1147
+ #loadScenario = st.button("Go to patient simulator (currently not implemented)")
1148
  else:
1149
  with st.form("empty_form"):
1150
  st.write("Blank Form")
 
1170
  submitted_empty = st.form_submit_button("Submit")
1171
  if submitted_empty:
1172
  #conDict.send(to firebase, with key) # retrieve from key
1173
+ st.write("check out your new scenario here! (not implemented yet)")
1174
+ #loadScenario = st.button("Go to patient simulator (currently not implemented)")