sotosbarl commited on
Commit
f7cfd25
1 Parent(s): 60638fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ def genarate_summary(article):
42
 
43
  text = st.text_input('Enter some text:') # Input field for new text
44
  if text:
45
- st.text(genarate_summary(article))
 
42
 
43
  text = st.text_input('Enter some text:') # Input field for new text
44
  if text:
45
+ st.text(genarate_summary(text))