Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
57 |
-
|
58 |
-
|
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)
|