carisackc commited on
Commit
84b1873
1 Parent(s): 678ed0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -107,7 +107,13 @@ with col3:
107
  with col4:
108
  st.button('📝Social Notes')
109
 
110
-
 
 
 
 
 
 
111
  # Query out relevant Clinical notes
112
  original_text = df.query(
113
  "Patient_ID == @patient & Admission_ID == @HospitalAdmission"
 
107
  with col4:
108
  st.button('📝Social Notes')
109
 
110
+ if st.button("🏥 Admission")
111
+ nav_page("Admission")
112
+ if st.button('📆Daily Narrative')
113
+ nav_page("Daily Narrative")
114
+ #if st.button('Discharge Plan')
115
+ #if st.button('📝Social Notes')
116
+
117
  # Query out relevant Clinical notes
118
  original_text = df.query(
119
  "Patient_ID == @patient & Admission_ID == @HospitalAdmission"