UjjwalVIT commited on
Commit
40441cb
β€’
1 Parent(s): dffe126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def split_to_char(text):
60
  def main():
61
  st.title('SkimLit πŸ“•')
62
  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.')
63
- st.image(load_image('skim.png'))
64
 
65
  raw_text=st.text_area('### Enter the text you want to analyse. Please do not leave the space empty')
66
  button= st.button('Extract')
 
60
  def main():
61
  st.title('SkimLit πŸ“•')
62
  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.')
63
+ # st.image(load_image('skim.png'))
64
 
65
  raw_text=st.text_area('### Enter the text you want to analyse. Please do not leave the space empty')
66
  button= st.button('Extract')