danielle2003 commited on
Commit
2a704a3
·
verified ·
1 Parent(s): 8f5695d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
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:420px;
434
  }}
435
  [class*="st-key-step_"] {{
436
  width:100px;
437
  height:60px;
438
  border-radius:50px;
439
  margin-left:490px;
440
- margin-bottom:20px;
441
- margin-top:15px;
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:420px;
574
  border-radius:35px;
575
 
576
  }}
577
  [class*="st-key-form-content1"] {{
578
  margin-top:10px;
579
- height:420px;
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:25px;
594
- height:450px;
595
  border-radius:35px;
596
  margin-bottom:15px;
597
 
598
  }}
599
 
600
  [class*="st-key-form-content3"] {{
601
- margin-top:25px;
602
- height:450px;
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 out for. Use an encouraging, empathetic tone.
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..."):