Gowthamvemula commited on
Commit
46d0fc7
Β·
verified Β·
1 Parent(s): 368e9ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="WHO Health Assistant", layout="wide")
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>