sabre-code commited on
Commit
3e4d670
1 Parent(s): a90190c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- st,set_page_config(layout='wide')
5
  st.title("Text Summarization App PEGASUS-Large) ")
6
  st.subheader('Input text below to be summarised', divider='rainbow')
7
  # Create a text input widget
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ st.set_page_config(layout='wide')
5
  st.title("Text Summarization App PEGASUS-Large) ")
6
  st.subheader('Input text below to be summarised', divider='rainbow')
7
  # Create a text input widget