Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -110,13 +110,6 @@ with col3:
|
|
110 |
with col4:
|
111 |
if st.button('📝Social Notes'):
|
112 |
nav_page('Social Notes')
|
113 |
-
|
114 |
-
#if st.button("🏥 Admission"):
|
115 |
-
# nav_page("Admission")
|
116 |
-
#if st.button('📆Daily Narrative'):
|
117 |
-
# nav_page("Daily Narrative")
|
118 |
-
#if st.button('Discharge Plan')
|
119 |
-
#if st.button('📝Social Notes')
|
120 |
|
121 |
# Query out relevant Clinical notes
|
122 |
original_text = df.query(
|
|
|
110 |
with col4:
|
111 |
if st.button('📝Social Notes'):
|
112 |
nav_page('Social Notes')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
|
114 |
# Query out relevant Clinical notes
|
115 |
original_text = df.query(
|