Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ class StreamingAutismResearchBot(AutismResearchBot):
|
|
61 |
def main():
|
62 |
# Page configuration
|
63 |
st.set_page_config(
|
64 |
-
page_title="
|
65 |
page_icon="🧩",
|
66 |
layout="wide"
|
67 |
)
|
@@ -89,7 +89,7 @@ def main():
|
|
89 |
""", unsafe_allow_html=True)
|
90 |
|
91 |
# Header
|
92 |
-
st.title("🧩
|
93 |
st.markdown("""
|
94 |
Welcome to your AI-powered autism research assistant. I'm here to provide evidence-based
|
95 |
assessments and therapy recommendations based on scientific research.
|
@@ -98,7 +98,7 @@ def main():
|
|
98 |
# Initialize session state
|
99 |
if 'messages' not in st.session_state:
|
100 |
st.session_state.messages = [
|
101 |
-
{"role": "assistant", "content": "Hello! I'm your
|
102 |
]
|
103 |
|
104 |
# Initialize bot
|
|
|
61 |
def main():
|
62 |
# Page configuration
|
63 |
st.set_page_config(
|
64 |
+
page_title="ASD Smart Compass",
|
65 |
page_icon="🧩",
|
66 |
layout="wide"
|
67 |
)
|
|
|
89 |
""", unsafe_allow_html=True)
|
90 |
|
91 |
# Header
|
92 |
+
st.title("🧩 ASD Smart Compass")
|
93 |
st.markdown("""
|
94 |
Welcome to your AI-powered autism research assistant. I'm here to provide evidence-based
|
95 |
assessments and therapy recommendations based on scientific research.
|
|
|
98 |
# Initialize session state
|
99 |
if 'messages' not in st.session_state:
|
100 |
st.session_state.messages = [
|
101 |
+
{"role": "assistant", "content": "Hello! I'm your ASD Smart Compass. How can I help you today?"}
|
102 |
]
|
103 |
|
104 |
# Initialize bot
|