archana2324 commited on
Commit
322907f
Β·
verified Β·
1 Parent(s): 197a2d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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="🌿 Magical Healer", page_icon="πŸ§™β€β™€οΈ", layout="centered")
75
- st.markdown("<h1 style='text-align: center; color: #4B0082;'>Welcome to the Magical Healer πŸ§™β€β™€οΈπŸŒΏ</h1>", unsafe_allow_html=True)
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
+