Update app_config.py
Browse files- 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="
|
| 10 |
page_icon=":bar_chart:",
|
| 11 |
layout="centered",
|
| 12 |
initial_sidebar_state="auto",
|
| 13 |
menu_items={
|
| 14 |
-
'Get Help': 'mailto:
|
| 15 |
-
'About': "This
|
| 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 |
)
|