carisackc commited on
Commit
bd816d8
·
1 Parent(s): baff5b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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