ProfessorLeVesseur commited on
Commit
5a5fbb8
1 Parent(s): 3e0b94c

Update app_config.py

Browse files
Files changed (1) hide show
  1. app_config.py +3 -3
app_config.py CHANGED
@@ -6,12 +6,12 @@ class AppConfig:
6
 
7
  def setup_page(self):
8
  st.set_page_config(
9
- page_title="Intervention Program Analysis",
10
  page_icon=":bar_chart:",
11
  layout="centered",
12
  initial_sidebar_state="auto",
13
  menu_items={
14
- 'Get Help': 'mailto:clevesseur@mimtss.org',
15
- 'About': "This app is built to support spreadsheet analysis"
16
  }
17
  )
 
6
 
7
  def setup_page(self):
8
  st.set_page_config(
9
+ page_title="Literacy Implementation Record Data Analysis",
10
  page_icon=":bar_chart:",
11
  layout="centered",
12
  initial_sidebar_state="auto",
13
  menu_items={
14
+ 'Get Help': 'mailto:info@mtss.ai',
15
+ 'About': "This tool summarizes implementation record data for student attendance, engagement, and intervention dosage"
16
  }
17
  )