OOlajide commited on
Commit
5c03e0c
1 Parent(s): 674435c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ elif option == "Text summarization":
100
 
101
  elif option == "Text generation":
102
  st.markdown("<h2 style='text-align: center; color:grey;'>Text Generation</h2>", unsafe_allow_html=True)
103
- st.markdown("<h3 style='text-align: left; color:#F63366; font-size:18px;'><b>What is this App about?<b></h3>", unsafe_allow_html=True)
104
  st.write("Text generation is the task of generating text with the goal of appearing indistinguishable to human-written text.")
105
  st.markdown('___')
106
  text = st.text_input(label="Enter one line of text and let the NLP model generate the rest for you")
100
 
101
  elif option == "Text generation":
102
  st.markdown("<h2 style='text-align: center; color:grey;'>Text Generation</h2>", unsafe_allow_html=True)
103
+ st.markdown("<h3 style='text-align: left; color:#F63366; font-size:18px;'><b>What is text generation about?<b></h3>", unsafe_allow_html=True)
104
  st.write("Text generation is the task of generating text with the goal of appearing indistinguishable to human-written text.")
105
  st.markdown('___')
106
  text = st.text_input(label="Enter one line of text and let the NLP model generate the rest for you")