MohitRajput45 commited on
Commit
46f84b9
Β·
verified Β·
1 Parent(s): b25c658

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,7 +33,7 @@ except ImportError as e:
33
  # ─────────────────────────────────────────────────────────────
34
  # PAGE CONFIGURATION
35
  # ─────────────────────────────────────────────────────────────
36
- st.set_page_config(page_title="Safeguard AI", page_icon="πŸ›‘οΈ", layout="wide")
37
 
38
  # ─────────────────────────────────────────────────────────────
39
  # CORE CHATBOT ENGINE (Merged from groq_bot.py, DB removed)
@@ -162,7 +162,7 @@ def _render_shap_inline(html_path: str):
162
  # PAGE 1: CHAT COMPANION
163
  # ─────────────────────────────────────────────────────────────
164
  def render_chat():
165
- st.title("🧠 Safeguard AI Companion")
166
  st.markdown("Your clinical-grade, empathetic AI. Type a message or upload a voice note.")
167
 
168
  bot = get_safeguard_bot()
 
33
  # ─────────────────────────────────────────────────────────────
34
  # PAGE CONFIGURATION
35
  # ─────────────────────────────────────────────────────────────
36
+ st.set_page_config(page_title="Mindguard AI", page_icon="πŸ›‘οΈ", layout="wide")
37
 
38
  # ─────────────────────────────────────────────────────────────
39
  # CORE CHATBOT ENGINE (Merged from groq_bot.py, DB removed)
 
162
  # PAGE 1: CHAT COMPANION
163
  # ─────────────────────────────────────────────────────────────
164
  def render_chat():
165
+ st.title("🧠 Mindguard AI Companion")
166
  st.markdown("Your clinical-grade, empathetic AI. Type a message or upload a voice note.")
167
 
168
  bot = get_safeguard_bot()