carisackc commited on
Commit
fbc1bfd
·
1 Parent(s): 120e1ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ countOfAdmission = len(pastHistoryEpDate)
109
 
110
  # List of Model available
111
  #model = st.sidebar.selectbox('Select Model', ('BertSummarizer'))
112
- st.markdown("Model: BertSummarizer")
113
  model = 'BertSummarizer'
114
 
115
  # ===== to display selected patient and admission id on main page
 
109
 
110
  # List of Model available
111
  #model = st.sidebar.selectbox('Select Model', ('BertSummarizer'))
112
+ st.sidebar.markdown("Model: BertSummarizer")
113
  model = 'BertSummarizer'
114
 
115
  # ===== to display selected patient and admission id on main page