Spaces:
Runtime error
Runtime error
add line break
Browse files
app.py
CHANGED
|
@@ -22,6 +22,7 @@ if __name__ == "__main__":
|
|
| 22 |
st.markdown(
|
| 23 |
"Source code: [GitHub Repository](https://github.com/Gladiator07/Text-Summarizer)"
|
| 24 |
)
|
|
|
|
| 25 |
summarize_type = st.sidebar.selectbox(
|
| 26 |
"Summarization type", options=["Extractive", "Abstractive"]
|
| 27 |
)
|
|
|
|
| 22 |
st.markdown(
|
| 23 |
"Source code: [GitHub Repository](https://github.com/Gladiator07/Text-Summarizer)"
|
| 24 |
)
|
| 25 |
+
st.markdown("---")
|
| 26 |
summarize_type = st.sidebar.selectbox(
|
| 27 |
"Summarization type", options=["Extractive", "Abstractive"]
|
| 28 |
)
|