Upload app.py
Browse files
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:
|
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 |
|