OOlajide commited on
Commit
ad81b71
1 Parent(s): 3afe297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ elif option == "Text summarization":
71
  st.markdown("<h2 style='text-align: center; color:grey;'>Text Summarization</h2>", unsafe_allow_html=True)
72
  st.markdown("<h3 style='text-align: left; color:#F63366; font-size:18px;'><b>What is text summarization about?<b></h3>", unsafe_allow_html=True)
73
  st.write("Text summarization is producing a shorter version of a given text while preserving its important information.")
 
74
  source = st.radio("How would you like to start? Choose an option below", ["I want to input some text", "I want to upload a file"])
75
  if source == "I want to input some text":
76
  with open("sample.txt", "r") as text_file:
 
71
  st.markdown("<h2 style='text-align: center; color:grey;'>Text Summarization</h2>", unsafe_allow_html=True)
72
  st.markdown("<h3 style='text-align: left; color:#F63366; font-size:18px;'><b>What is text summarization about?<b></h3>", unsafe_allow_html=True)
73
  st.write("Text summarization is producing a shorter version of a given text while preserving its important information.")
74
+ st.markdown('___')
75
  source = st.radio("How would you like to start? Choose an option below", ["I want to input some text", "I want to upload a file"])
76
  if source == "I want to input some text":
77
  with open("sample.txt", "r") as text_file: