Vrk commited on
Commit
851d330
1 Parent(s): a6d5a4b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def main():
67
  )
68
 
69
  st.title('SkimLit📄🔥')
70
- st.caption('An NLP model to classify abstract sentences into the role they play (e.g. objective, methods, results, etc..) to enable researchers to skim through the literature and dive deeper when necessary.')
71
 
72
  # creating model, tokenizer and labelEncoder
73
  # if PREP_MODEL:
 
67
  )
68
 
69
  st.title('SkimLit📄🔥')
70
+ st.caption('An NLP model to classify medical abstract sentences into the role they play (e.g. objective, methods, results, etc..) to enable researchers to skim through the literature and dive deeper when necessary.')
71
 
72
  # creating model, tokenizer and labelEncoder
73
  # if PREP_MODEL: