ProfessorLeVesseur commited on
Commit
f6f8448
·
verified ·
1 Parent(s): 0b5f17e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
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:clevesse@steelcase.com',
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 = "/Users/clevesse/Documents/VSC_Code/PDF_Extraction/PDF_Extraction_streamlit/steelcase_small.png"
148
  # Display the image
149
  st.image(image_path, width=image_width)
150
 
151
  # Additional sidebar content
152
 
153
- with st.expander("**WorkSpace Futures**", expanded=True):
154
  st.write("""
155
- Strategic Market Intelligence
156
- Director: Amy Willard
157
-
158
  - **Support**: Cheyne LeVesseur PhD
159
- - **Email**: clevesse@steelcase.com
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')