Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from langchain_community.embeddings import HuggingFaceEmbeddings
|
|
| 7 |
import os
|
| 8 |
|
| 9 |
# ---- Page Config ----
|
| 10 |
-
st.set_page_config(page_title="
|
| 11 |
|
| 12 |
# ---- Custom Styling ----
|
| 13 |
st.markdown("""
|
|
@@ -45,7 +45,7 @@ st.sidebar.info("π Uses Gemini + WHO PDFs via ChromaDB")
|
|
| 45 |
# ---- Header Section ----
|
| 46 |
st.markdown("""
|
| 47 |
<div style='text-align: center;'>
|
| 48 |
-
<h1>π WHO Healthcare Chatbot</h1>
|
| 49 |
<h4 style='color: gray;'>Your AI Assistant for Reliable WHO-Based Health Information</h4>
|
| 50 |
<p>π Ask about diseases, symptoms, vaccines, and WHO policies using trusted WHO sources.</p>
|
| 51 |
</div>
|
|
|
|
| 7 |
import os
|
| 8 |
|
| 9 |
# ---- Page Config ----
|
| 10 |
+
st.set_page_config(page_title="World Health Organization Health Assistant", layout="wide")
|
| 11 |
|
| 12 |
# ---- Custom Styling ----
|
| 13 |
st.markdown("""
|
|
|
|
| 45 |
# ---- Header Section ----
|
| 46 |
st.markdown("""
|
| 47 |
<div style='text-align: center;'>
|
| 48 |
+
<h1>π WHO-Powered Healthcare Q&A Chatbot</h1>
|
| 49 |
<h4 style='color: gray;'>Your AI Assistant for Reliable WHO-Based Health Information</h4>
|
| 50 |
<p>π Ask about diseases, symptoms, vaccines, and WHO policies using trusted WHO sources.</p>
|
| 51 |
</div>
|