EngrHamidUllah commited on
Commit
d04716c
·
verified ·
1 Parent(s): 7388333

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -61,7 +61,7 @@ class StreamingAutismResearchBot(AutismResearchBot):
61
  def main():
62
  # Page configuration
63
  st.set_page_config(
64
- page_title="Autism Research Assistant",
65
  page_icon="🧩",
66
  layout="wide"
67
  )
@@ -89,7 +89,7 @@ def main():
89
  """, unsafe_allow_html=True)
90
 
91
  # Header
92
- st.title("🧩 Autism Research Assistant")
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 autism research assistant. How can I help you today?"}
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