mygyasir commited on
Commit
08f0aa4
1 Parent(s): 2909eb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -20,10 +20,7 @@ if __name__ == "__main__":
20
  # ---------------------------------
21
  st.title("Text Summarizer 📝")
22
 
23
- st.markdown("Creator: [Atharva Ingle](https://github.com/Gladiator07)")
24
- st.markdown(
25
- "Source code: [GitHub Repository](https://github.com/Gladiator07/Text-Summarizer)"
26
- )
27
  summarize_type = st.sidebar.selectbox(
28
  "Summarization type", options=["Extractive", "Abstractive"]
29
  )
 
20
  # ---------------------------------
21
  st.title("Text Summarizer 📝")
22
 
23
+
 
 
 
24
  summarize_type = st.sidebar.selectbox(
25
  "Summarization type", options=["Extractive", "Abstractive"]
26
  )