carisackc commited on
Commit
46a9a03
·
1 Parent(s): 4ab7d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,6 +116,7 @@ countOfAdmission = len(pastHistoryEpDate)
116
  # List of Model available
117
  #model = st.sidebar.selectbox('Select Model', ('BertSummarizer','BertGPT2','t5seq2eq','t5','gensim','pysummarizer'))
118
  st.sidebar.markdown("Model: BertSummarizer")
 
119
 
120
  # ===== to display selected patient and admission id on main page
121
  col3,col4 = st.columns(2)
 
116
  # List of Model available
117
  #model = st.sidebar.selectbox('Select Model', ('BertSummarizer','BertGPT2','t5seq2eq','t5','gensim','pysummarizer'))
118
  st.sidebar.markdown("Model: BertSummarizer")
119
+ model = 'BertSummarizer'
120
 
121
  # ===== to display selected patient and admission id on main page
122
  col3,col4 = st.columns(2)