Ninad077 commited on
Commit
82e59d7
·
verified ·
1 Parent(s): ddc3b89

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def answer_the_question(new_sentence, vectorizer, tfidf_matrix, questions, answe
29
  def main():
30
 
31
  st.markdown(
32
- "<h1 style='text-align: center; color: #269A96; font-size: 60px;'>Unicorn</h1>",
33
  unsafe_allow_html=True
34
  )
35
 
 
29
  def main():
30
 
31
  st.markdown(
32
+ "<h1 style='text-align: center; color: #269A96; font-size: 70px;'>Unicorn</h1>",
33
  unsafe_allow_html=True
34
  )
35