Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
|
|
42 |
|
43 |
text = st.text_input('Enter some text:') # Input field for new text
|
44 |
if text:
|
45 |
+
st.text(genarate_summary(text))
|