piecurus commited on
Commit
35bbf92
1 Parent(s): adced78

Update app.py

Browse files

Removed check url

Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -44,10 +44,7 @@ if __name__ == "__main__":
44
 
45
  # view summarized text (expander)
46
  with st.expander("View input text"):
47
- if is_url:
48
- st.write(clean_txt[0])
49
- else:
50
- st.write(clean_txt)
51
  summarize = st.button("Summarize")
52
 
53
  # called on toggle button [summarize]
 
44
 
45
  # view summarized text (expander)
46
  with st.expander("View input text"):
47
+ st.write(clean_txt)
 
 
 
48
  summarize = st.button("Summarize")
49
 
50
  # called on toggle button [summarize]