Rathapoom commited on
Commit
3d0ac67
·
verified ·
1 Parent(s): 9caef31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -53,10 +53,9 @@ elif st.session_state["scene"] == 2:
53
  if choice == "Observe and Monitor":
54
  st.write("Monitoring the patient... Please wait.")
55
  time.sleep(5) # Simulate waiting
56
- if st.session_state["pain_increase"]:
57
- st.warning("The patient reports severe pain again.")
58
- if st.button("Proceed to next step"):
59
- change_scene(3)
60
 
61
  elif choice == "Repeat Exam":
62
  st.image("5.jpg", caption="Repeat examination shows no major changes", use_container_width=True)
 
53
  if choice == "Observe and Monitor":
54
  st.write("Monitoring the patient... Please wait.")
55
  time.sleep(5) # Simulate waiting
56
+ st.warning("The patient reports severe pain again.")
57
+ if st.button("Proceed to next step"):
58
+ change_scene(3)
 
59
 
60
  elif choice == "Repeat Exam":
61
  st.image("5.jpg", caption="Repeat examination shows no major changes", use_container_width=True)