Spaces:
Runtime error
Runtime error
Update app.py
Browse filesRemoved check url
app.py
CHANGED
@@ -44,10 +44,7 @@ if __name__ == "__main__":
|
|
44 |
|
45 |
# view summarized text (expander)
|
46 |
with st.expander("View input text"):
|
47 |
-
|
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]
|