Update app.py
Browse files
app.py
CHANGED
|
@@ -71,9 +71,9 @@ from langchain.schema import HumanMessage, SystemMessage, AIMessage
|
|
| 71 |
warnings.filterwarnings("ignore")
|
| 72 |
|
| 73 |
# Streamlit settings
|
| 74 |
-
st.set_page_config(page_title="πΏ
|
| 75 |
-
st.markdown("<h1 style='text-align: center; color: #4B0082;'>Welcome to
|
| 76 |
-
st.write("### How can I assist with your ailments or worries? π§ͺ
|
| 77 |
|
| 78 |
# Adding vertical space without streamlit_extras
|
| 79 |
st.markdown("<br><br>", unsafe_allow_html=True)
|
|
@@ -163,3 +163,4 @@ st.markdown("""
|
|
| 163 |
</style>
|
| 164 |
""", unsafe_allow_html=True)
|
| 165 |
|
|
|
|
|
|
| 71 |
warnings.filterwarnings("ignore")
|
| 72 |
|
| 73 |
# Streamlit settings
|
| 74 |
+
st.set_page_config(page_title="πΏ ArchanaCare π§ββοΈ", page_icon="π§ββοΈ", layout="centered")
|
| 75 |
+
st.markdown("<h1 style='text-align: center; color: #4B0082;'>Welcome to ArchanaCare πΏβ¨</h1>", unsafe_allow_html=True)
|
| 76 |
+
st.write("### How can I assist with your ailments or worries today? π§ͺπ«")
|
| 77 |
|
| 78 |
# Adding vertical space without streamlit_extras
|
| 79 |
st.markdown("<br><br>", unsafe_allow_html=True)
|
|
|
|
| 163 |
</style>
|
| 164 |
""", unsafe_allow_html=True)
|
| 165 |
|
| 166 |
+
|