UjjwalVIT commited on
Commit
30d91a5
1 Parent(s): b3eae9d

Text-Summary.png

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def main():
38
 
39
  if choice=='Summarization':
40
  stc.html(HTML_BANNER)
41
- st.image(load_image('summary.png'))
42
  st.subheader('summarization')
43
  raw_text=st.text_area("Enter the text you want to summarize")
44
  if st.button("Summarize"):
 
38
 
39
  if choice=='Summarization':
40
  stc.html(HTML_BANNER)
41
+ st.image(load_image('Text-Summary.png'))
42
  st.subheader('summarization')
43
  raw_text=st.text_area("Enter the text you want to summarize")
44
  if st.button("Summarize"):