Update app.py
Browse files
app.py
CHANGED
|
@@ -888,7 +888,7 @@ st.markdown(
|
|
| 888 |
<div class="title-xs">CareCall AI (Canada)</div>
|
| 889 |
<div class="label-soft">
|
| 890 |
Simple 3-step check-in for non-emergency situations. Uses your photo, your words, and your city to suggest one safe next step.
|
| 891 |
-
Not a diagnosis. Not for 911 emergencies.
|
| 892 |
</div>
|
| 893 |
""",
|
| 894 |
unsafe_allow_html=True,
|
|
@@ -1022,7 +1022,7 @@ elif st.session_state.step == 2:
|
|
| 1022 |
# Handle Get my recommendation
|
| 1023 |
if go_clicked:
|
| 1024 |
spinner_placeholder = st.empty()
|
| 1025 |
-
with spinner_placeholder, st.spinner("Analyzing
|
| 1026 |
image_bytes = st.session_state.image_bytes
|
| 1027 |
city_label = (st.session_state.city_label or "").strip()
|
| 1028 |
|
|
|
|
| 888 |
<div class="title-xs">CareCall AI (Canada)</div>
|
| 889 |
<div class="label-soft">
|
| 890 |
Simple 3-step check-in for non-emergency situations. Uses your photo, your words, and your city to suggest one safe next step.
|
| 891 |
+
Not a diagnosis. Not for 911 emergencies. Zero Retention - No info saved.
|
| 892 |
</div>
|
| 893 |
""",
|
| 894 |
unsafe_allow_html=True,
|
|
|
|
| 1022 |
# Handle Get my recommendation
|
| 1023 |
if go_clicked:
|
| 1024 |
spinner_placeholder = st.empty()
|
| 1025 |
+
with spinner_placeholder, st.spinner("Analyzing.Might take a minute..."):
|
| 1026 |
image_bytes = st.session_state.image_bytes
|
| 1027 |
city_label = (st.session_state.city_label or "").strip()
|
| 1028 |
|