ProfessorLeVesseur commited on
Commit
0427cbd
·
verified ·
1 Parent(s): ed6a185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with st.sidebar:
38
  # Set the desired width in pixels
39
  image_width = 300
40
  # Define the path to the image
41
- image_path = "/Users/cheynelevesseur/Desktop/Manual Library/Python_Code/LLM_Projects_1/intervention_analysis_app/mimtss_logo.png"
42
  # Display the image
43
  st.image(image_path, width=image_width)
44
 
 
38
  # Set the desired width in pixels
39
  image_width = 300
40
  # Define the path to the image
41
+ image_path = "mimtss.png"
42
  # Display the image
43
  st.image(image_path, width=image_width)
44