Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ except ImportError as e:
|
|
| 33 |
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 34 |
# PAGE CONFIGURATION
|
| 35 |
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 36 |
-
st.set_page_config(page_title="
|
| 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("π§
|
| 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()
|