Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -430,15 +430,15 @@ if st.session_state.framework == "gen":
|
|
430 |
[class*="st-key-expert"]{{
|
431 |
overflow-y:scroll;
|
432 |
|
433 |
-
max-height:
|
434 |
}}
|
435 |
[class*="st-key-step_"] {{
|
436 |
width:100px;
|
437 |
height:60px;
|
438 |
border-radius:50px;
|
439 |
margin-left:490px;
|
440 |
-
margin-bottom:
|
441 |
-
margin-top:
|
442 |
}}
|
443 |
[class*="st-key-step_1"] {{
|
444 |
background:{background};
|
@@ -570,13 +570,13 @@ if st.session_state.framework == "gen":
|
|
570 |
|
571 |
[class*="st-key-form-content"] {{
|
572 |
margin-top:-60px;
|
573 |
-
height:
|
574 |
border-radius:35px;
|
575 |
|
576 |
}}
|
577 |
[class*="st-key-form-content1"] {{
|
578 |
margin-top:10px;
|
579 |
-
height:
|
580 |
border-radius:35px;
|
581 |
margin-bottom:15px;
|
582 |
border-top:none;
|
@@ -590,16 +590,16 @@ if st.session_state.framework == "gen":
|
|
590 |
}}
|
591 |
|
592 |
[class*="st-key-form-content2"] {{
|
593 |
-
margin-top:
|
594 |
-
height:
|
595 |
border-radius:35px;
|
596 |
margin-bottom:15px;
|
597 |
|
598 |
}}
|
599 |
|
600 |
[class*="st-key-form-content3"] {{
|
601 |
-
margin-top:
|
602 |
-
height:
|
603 |
border-radius:35px;
|
604 |
margin-bottom:15px;
|
605 |
|
@@ -1121,8 +1121,8 @@ with st.container(key = "main"):
|
|
1121 |
- Heart Rate: {st.session_state.heartRate} bpm
|
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
|
1125 |
-
"""
|
1126 |
|
1127 |
with st.container(key = "expert"):
|
1128 |
with st.spinner("Model is Analysing your Results..."):
|
|
|
430 |
[class*="st-key-expert"]{{
|
431 |
overflow-y:scroll;
|
432 |
|
433 |
+
max-height:380px;
|
434 |
}}
|
435 |
[class*="st-key-step_"] {{
|
436 |
width:100px;
|
437 |
height:60px;
|
438 |
border-radius:50px;
|
439 |
margin-left:490px;
|
440 |
+
margin-bottom:10px;
|
441 |
+
margin-top:5px;
|
442 |
}}
|
443 |
[class*="st-key-step_1"] {{
|
444 |
background:{background};
|
|
|
570 |
|
571 |
[class*="st-key-form-content"] {{
|
572 |
margin-top:-60px;
|
573 |
+
height:410px;
|
574 |
border-radius:35px;
|
575 |
|
576 |
}}
|
577 |
[class*="st-key-form-content1"] {{
|
578 |
margin-top:10px;
|
579 |
+
height:410px;
|
580 |
border-radius:35px;
|
581 |
margin-bottom:15px;
|
582 |
border-top:none;
|
|
|
590 |
}}
|
591 |
|
592 |
[class*="st-key-form-content2"] {{
|
593 |
+
margin-top:10px;
|
594 |
+
height:410px;
|
595 |
border-radius:35px;
|
596 |
margin-bottom:15px;
|
597 |
|
598 |
}}
|
599 |
|
600 |
[class*="st-key-form-content3"] {{
|
601 |
+
margin-top:10px;
|
602 |
+
height:410px;
|
603 |
border-radius:35px;
|
604 |
margin-bottom:15px;
|
605 |
|
|
|
1121 |
- Heart Rate: {st.session_state.heartRate} bpm
|
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 |
+
""" out
|
1126 |
|
1127 |
with st.container(key = "expert"):
|
1128 |
with st.spinner("Model is Analysing your Results..."):
|