Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ if uploaded_file is not None:
|
|
39 |
summary=summarizer(uploaded_file)
|
40 |
st.divider()
|
41 |
st.markdown(summary, unsafe_allow_html=True)
|
42 |
-
st.divider()
|
|
|
39 |
summary=summarizer(uploaded_file)
|
40 |
st.divider()
|
41 |
st.markdown(summary, unsafe_allow_html=True)
|
42 |
+
st.divider()
|