Gladiator commited on
Commit
87a8571
1 Parent(s): f80d35b

add line break

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )