Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ st.set_page_config(
|
|
129 |
layout="centered",
|
130 |
initial_sidebar_state="auto",
|
131 |
menu_items={
|
132 |
-
'Get Help': 'mailto:
|
133 |
'About': "This app is built to support PDF analysis"
|
134 |
}
|
135 |
)
|
@@ -144,19 +144,16 @@ with st.sidebar:
|
|
144 |
image_width = 300
|
145 |
# Define the path to the image
|
146 |
# image_path = "steelcase_small.png"
|
147 |
-
image_path = "
|
148 |
# Display the image
|
149 |
st.image(image_path, width=image_width)
|
150 |
|
151 |
# Additional sidebar content
|
152 |
|
153 |
-
with st.expander("**
|
154 |
st.write("""
|
155 |
-
Strategic Market Intelligence
|
156 |
-
Director: Amy Willard
|
157 |
-
|
158 |
- **Support**: Cheyne LeVesseur PhD
|
159 |
-
- **Email**:
|
160 |
""")
|
161 |
st.divider()
|
162 |
st.subheader('Instructions')
|
|
|
129 |
layout="centered",
|
130 |
initial_sidebar_state="auto",
|
131 |
menu_items={
|
132 |
+
'Get Help': 'mailto:support@mtss.ai',
|
133 |
'About': "This app is built to support PDF analysis"
|
134 |
}
|
135 |
)
|
|
|
144 |
image_width = 300
|
145 |
# Define the path to the image
|
146 |
# image_path = "steelcase_small.png"
|
147 |
+
image_path = "mtss.ai_small.png"
|
148 |
# Display the image
|
149 |
st.image(image_path, width=image_width)
|
150 |
|
151 |
# Additional sidebar content
|
152 |
|
153 |
+
with st.expander("**MTSS.ai**", expanded=True):
|
154 |
st.write("""
|
|
|
|
|
|
|
155 |
- **Support**: Cheyne LeVesseur PhD
|
156 |
+
- **Email**: support@mtss.ai
|
157 |
""")
|
158 |
st.divider()
|
159 |
st.subheader('Instructions')
|