Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1122,7 +1122,7 @@ with st.container(key = "main"):
|
|
1122 |
- Glucose: {st.session_state.glucose} mg/dL
|
1123 |
|
1124 |
💬 Please give a personalized, kind, and easy-to-understand explanation of this result. Include practical lifestyle advice and possible early warning signs to watch for. Use an encouraging, empathetic tone.and sign with {selected_model['model']}
|
1125 |
-
"""
|
1126 |
|
1127 |
with st.container(key = "expert"):
|
1128 |
with st.spinner("Model is Analysing your Results..."):
|
|
|
1122 |
- Glucose: {st.session_state.glucose} mg/dL
|
1123 |
|
1124 |
💬 Please give a personalized, kind, and easy-to-understand explanation of this result. Include practical lifestyle advice and possible early warning signs to watch for. Use an encouraging, empathetic tone.and sign with {selected_model['model']}
|
1125 |
+
"""
|
1126 |
|
1127 |
with st.container(key = "expert"):
|
1128 |
with st.spinner("Model is Analysing your Results..."):
|