Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,8 @@ with st.container():
|
|
144 |
st.text_area('Discharge Disposition:',' ', height=8) #to replace with dropdown list if data is available
|
145 |
with col8:
|
146 |
#st.date_input('Select Admission Date') # To replace with a dropdown filter instead
|
147 |
-
st.selectbox('Past Episodes',pastHistoryEp)
|
|
|
148 |
|
149 |
|
150 |
|
|
|
144 |
st.text_area('Discharge Disposition:',' ', height=8) #to replace with dropdown list if data is available
|
145 |
with col8:
|
146 |
#st.date_input('Select Admission Date') # To replace with a dropdown filter instead
|
147 |
+
#st.selectbox('Past Episodes',pastHistoryEp)
|
148 |
+
st.write(pastHistoryEp)
|
149 |
|
150 |
|
151 |
|