Gladiator commited on
Commit
2f3849e
1 Parent(s): 8bcfa6c

upd to show text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ if __name__ == "__main__":
36
 
37
  # view summarized text (expander)
38
  with st.expander("View input text"):
39
- st.write(inp_text)
40
 
41
  summarize = st.button("Summarize")
42
 
 
36
 
37
  # view summarized text (expander)
38
  with st.expander("View input text"):
39
+ st.write(text_to_summarize)
40
 
41
  summarize = st.button("Summarize")
42